X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=mtdemul%2Fnandemul2k.c;h=7ee030836b08d4910ab39067231e4acb98a0b823;hp=fe14d67587748f9cea2c4a2c4a5698bfc7fa2b47;hb=f63988705f6f79c3e721dcdc76b0ab1ea93ab110;hpb=3e2677dfc7a44cfed8dd8bd571916a3c75ce3373;ds=sidebyside 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)