summaryrefslogtreecommitdiffstats
path: root/include/onenand_uboot.h
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2009-02-01 12:27:53 +0100
committerRemy Bohmer <linux@bohmer.net>2009-02-02 20:42:15 +0100
commitbd99ec149abe94e7f6b2bda4766d701b4005053f (patch)
tree2f2fe531e7ec9cb5e8ce2be9640a6f3dcd228e3f /include/onenand_uboot.h
parenta270d1e7295c3d829f42c0480117941dfc1c6477 (diff)
downloadtalos-obmc-uboot-bd99ec149abe94e7f6b2bda4766d701b4005053f.tar.gz
talos-obmc-uboot-bd99ec149abe94e7f6b2bda4766d701b4005053f.zip
Compile warning fix in onenand_uboot.h
Regression since merge window after 2009.01 Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'include/onenand_uboot.h')
-rw-r--r--include/onenand_uboot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h
index 5a4fded270..49da9d08b5 100644
--- a/include/onenand_uboot.h
+++ b/include/onenand_uboot.h
@@ -16,7 +16,9 @@
#include <linux/types.h>
+/* Forward declarations */
struct mtd_info;
+struct mtd_oob_ops;
struct erase_info;
struct onenand_chip;
OpenPOWER on IntegriCloud