Browse Source

mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h

This is needed for ARCH_DMA_MINALIGN.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada 7 năm trước cách đây
mục cha
commit
ba8c9ea38a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      include/linux/mtd/rawnand.h

+ 1 - 0
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;