Commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819

Authored by Jean-Christophe PLAGNIOL-VILLARD
Committed by Wolfgang Denk
1 parent 13b4db0e21

onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/onenand_uboot.h
... ... @@ -15,6 +15,7 @@
15 15 #define __UBOOT_ONENAND_H
16 16  
17 17 #include <linux/types.h>
  18 +#include <linux/mtd/mtd.h>
18 19  
19 20 struct mtd_info;
20 21 struct erase_info;