Add missing #include file: yaffs_nandemul2k.h and removing a macro which is now redef...
authorluc <luc>
Fri, 29 Jul 2005 20:16:23 +0000 (20:16 +0000)
committerluc <luc>
Fri, 29 Jul 2005 20:16:23 +0000 (20:16 +0000)
mtdemul/nandemul2k.c

index fe14d67587748f9cea2c4a2c4a5698bfc7fa2b47..7ee030836b08d4910ab39067231e4acb98a0b823 100644 (file)
@@ -35,8 +35,8 @@
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/partitions.h>
 #include <linux/mtd/nand.h>
+#include "../yaffs_nandemul2k.h"
 
-#define T(f,x) printk x
 #define ALLOCATE(x) kmalloc(x,GFP_KERNEL)
 #define FREE(x)     kfree(x)