From: Remy Bohmer Date: Sun, 1 Feb 2009 11:27:53 +0000 (+0100) Subject: Compile warning fix in onenand_uboot.h X-Git-Tag: v2009.03-rc1~111^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bd99ec149abe94e7f6b2bda4766d701b4005053f;p=u-boot Compile warning fix in onenand_uboot.h Regression since merge window after 2009.01 Signed-off-by: Remy Bohmer --- diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h index 5a4fded270..49da9d08b5 100644 --- a/include/onenand_uboot.h +++ b/include/onenand_uboot.h @@ -16,7 +16,9 @@ #include +/* Forward declarations */ struct mtd_info; +struct mtd_oob_ops; struct erase_info; struct onenand_chip;