projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13b4db0
)
onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Mon, 8 Sep 2008 22:59:40 +0000
(
00:59
+0200)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/include/onenand_uboot.h
b/include/onenand_uboot.h
index 6605e4f218d2c99e3a38414dbd1093bd454efc6f..e9602574b780b49c0a4d02bbc55405330a74a33e 100644
(file)
--- 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;