diff mbox series

[2/4] mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h

Message ID 1512017127-10986-2-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit ba8c9ea38a5e5f31edc3ef7e3490f0e2143a8360
Headers show
Series [1/4] mtd: nand: Rename nand.h into rawnand.h | expand

Commit Message

Masahiro Yamada Nov. 30, 2017, 4:45 a.m. UTC
This is needed for ARCH_DMA_MINALIGN.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 include/linux/mtd/rawnand.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h
index 192709b..6c3e838 100644
--- a/include/linux/mtd/rawnand.h
+++ b/include/linux/mtd/rawnand.h
@@ -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;