Widen page count field in blockinfo to allow lots of pages per block
[yaffs/.git] / mtdemul / nandemul.c
index 12fe39dc04320d14ca535f90830059e4f4bf663f..52a6a64b62773a5a7156d4fd3910a766e07fcd2f 100644 (file)
@@ -30,7 +30,7 @@
 #include <asm/uaccess.h>
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/partitions.h>
-
+#include <linux/mtd/nand.h>
 
 #define T(x) printk x
 #define ALLOCATE(x) kmalloc(x,GFP_KERNEL)