changeset 33:0ddc4be972c5

Add missing #include file: yaffs_nandemul2k.h and removing a macro which is now redefined.
author luc <luc>
date Fri, 29 Jul 2005 20:16:23 +0000
parents e344a10a3a1e
children 4461b6d775ff
files mtdemul/nandemul2k.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mtdemul/nandemul2k.c
+++ b/mtdemul/nandemul2k.c
@@ -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)