projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a270d1e
)
Compile warning fix in onenand_uboot.h
author
Remy Bohmer
<linux@bohmer.net>
Sun, 1 Feb 2009 11:27:53 +0000
(12:27 +0100)
committer
Remy Bohmer
<linux@bohmer.net>
Mon, 2 Feb 2009 19:42:15 +0000
(20:42 +0100)
Regression since merge window after 2009.01
Signed-off-by: Remy Bohmer <linux@bohmer.net>
include/onenand_uboot.h
patch
|
blob
|
history
diff --git
a/include/onenand_uboot.h
b/include/onenand_uboot.h
index
5a4fded
..
49da9d0
100644
(file)
--- 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;