summaryrefslogtreecommitdiff
path: root/mtdemul
diff options
context:
space:
mode:
authorluc <luc>2005-07-29 20:16:23 +0000
committerluc <luc>2005-07-29 20:16:23 +0000
commitf63988705f6f79c3e721dcdc76b0ab1ea93ab110 (patch)
tree1d12f5e78a4fdde058c8644dc7034e28992b45ae /mtdemul
parentf9d17ff809f72018696c137b3641751c16119d65 (diff)
Add missing #include file: yaffs_nandemul2k.h and removing a macro which is now redefined.
Diffstat (limited to 'mtdemul')
-rw-r--r--mtdemul/nandemul2k.c2
1 files changed, 1 insertions, 1 deletions
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 <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)