summaryrefslogtreecommitdiffstats
path: root/include/onenand_uboot.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-09 00:59:40 +0200
committerWolfgang Denk <wd@denx.de>2008-09-09 02:16:50 +0200
commit3221b074a0ab199f6ae47c19cc22f42ddf3ef819 (patch)
treedcff1937b67f66004fab8147852ac56837ec96a8 /include/onenand_uboot.h
parent13b4db0e2107175a8622ebb48529fa3ad8e12c75 (diff)
downloadtalos-obmc-uboot-3221b074a0ab199f6ae47c19cc22f42ddf3ef819.tar.gz
talos-obmc-uboot-3221b074a0ab199f6ae47c19cc22f42ddf3ef819.zip
onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/onenand_uboot.h')
-rw-r--r--include/onenand_uboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h
index 6605e4f218..e9602574b7 100644
--- a/include/onenand_uboot.h
+++ b/include/onenand_uboot.h
@@ -15,6 +15,7 @@
#define __UBOOT_ONENAND_H
#include <linux/types.h>
+#include <linux/mtd/mtd.h>
struct mtd_info;
struct erase_info;
OpenPOWER on IntegriCloud