]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 30 Nov 2017 04:45:25 +0000 (13:45 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 4 Dec 2017 13:00:01 +0000 (22:00 +0900)
This is needed for ARCH_DMA_MINALIGN.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/linux/mtd/rawnand.h

index 192709b6e479738c9d63bd95866668b8d59fa1e4..6c3e838d809d009b1ccc596527e9e5493167312d 100644 (file)
@@ -20,6 +20,7 @@
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/flashchip.h>
 #include <linux/mtd/bbm.h>
+#include <asm/cache.h>
 
 struct mtd_info;
 struct nand_flash_dev;