]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 8 Sep 2008 22:59:40 +0000 (00:59 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 9 Sep 2008 00:16:50 +0000 (02:16 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
include/onenand_uboot.h

index 6605e4f218d2c99e3a38414dbd1093bd454efc6f..e9602574b780b49c0a4d02bbc55405330a74a33e 100644 (file)
@@ -15,6 +15,7 @@
 #define __UBOOT_ONENAND_H
 
 #include <linux/types.h>
+#include <linux/mtd/mtd.h>
 
 struct mtd_info;
 struct erase_info;