commit | b0dbfb102ab58dfcbc6a9f1e310a70c5f9f4dc57 | [log] [tgz] |
---|---|---|
author | Remy Bohmer <linux@bohmer.net> | Sun Feb 01 12:27:53 2009 +0100 |
committer | Remy Bohmer <linux@bohmer.net> | Mon Feb 02 20:42:15 2009 +0100 |
tree | 2f2fe531e7ec9cb5e8ce2be9640a6f3dcd228e3f | |
parent | 8cd6918efba5c8a046645dda85dc5e2771e5980f [diff] |
Compile warning fix in onenand_uboot.h Regression since merge window after 2009.01 Signed-off-by: Remy Bohmer <linux@bohmer.net>
diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h index 5a4fded..49da9d0 100644 --- 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;