Преглед на файлове

Compile warning fix in onenand_uboot.h

Regression since merge window after 2009.01

Signed-off-by: Remy Bohmer <linux@bohmer.net>
Remy Bohmer преди 16 години
родител
ревизия
bd99ec149a
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      include/onenand_uboot.h

+ 2 - 0
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;