diff options
Diffstat (limited to 'cmd/jffs2.c')
-rw-r--r-- | cmd/jffs2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/jffs2.c b/cmd/jffs2.c index aee2f4513d..13c533cf12 100644 --- a/cmd/jffs2.c +++ b/cmd/jffs2.c @@ -80,7 +80,7 @@ #include <cramfs/cramfs_fs.h> #if defined(CONFIG_CMD_NAND) -#include <linux/mtd/nand.h> +#include <linux/mtd/rawnand.h> #include <nand.h> #endif |