From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 8 Sep 2008 22:59:40 +0000 (+0200) Subject: onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list X-Git-Tag: v2008.10-rc1~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3221b074a0ab199f6ae47c19cc22f42ddf3ef819;p=kernel%2Fu-boot.git onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h index 6605e4f..e960257 100644 --- a/include/onenand_uboot.h +++ b/include/onenand_uboot.h @@ -15,6 +15,7 @@ #define __UBOOT_ONENAND_H #include +#include struct mtd_info; struct erase_info;