From f63988705f6f79c3e721dcdc76b0ab1ea93ab110 Mon Sep 17 00:00:00 2001 From: luc Date: Fri, 29 Jul 2005 20:16:23 +0000 Subject: [PATCH] Add missing #include file: yaffs_nandemul2k.h and removing a macro which is now redefined. --- mtdemul/nandemul2k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtdemul/nandemul2k.c b/mtdemul/nandemul2k.c index fe14d67..7ee0308 100644 --- a/mtdemul/nandemul2k.c +++ b/mtdemul/nandemul2k.c @@ -35,8 +35,8 @@ #include #include #include +#include "../yaffs_nandemul2k.h" -#define T(f,x) printk x #define ALLOCATE(x) kmalloc(x,GFP_KERNEL) #define FREE(x) kfree(x) -- 2.30.2