
24 Jul
2008
24 Jul
'08
8:42 p.m.
On Thu, Jul 24, 2008 at 01:10:02AM +0200, u-boot@bugs.denx.de wrote:
diff --git a/include/linux/mtd/onenand.h b/include/linux/mtd/onenand.h index 4b0c2df..903c3af 100644 --- a/include/linux/mtd/onenand.h +++ b/include/linux/mtd/onenand.h @@ -17,6 +17,7 @@ /* Note: The header order is impoertant */ #include <onenand_uboot.h>
+#include <linux/mtd/compat.h>
Shouldn't this be <linux/mtd/mtd.h>?
Also, as this is not a regression fix (if it is, please say so explicitly), please post a patch against the testing branch of u-boot-nand-flash. For all NAND patches, please CC me, and include NAND in the subject.
-Scott