From: luc Date: Fri, 29 Jul 2005 20:16:23 +0000 (+0000) Subject: Add missing #include file: yaffs_nandemul2k.h and removing a macro which is now redef... X-Git-Tag: pre-name-change~454 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=f63988705f6f79c3e721dcdc76b0ab1ea93ab110 Add missing #include file: yaffs_nandemul2k.h and removing a macro which is now redefined. --- 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)