Commit ba8c9ea38a5e5f31edc3ef7e3490f0e2143a8360

Authored by Masahiro Yamada
1 parent 6ae3900a86

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/linux/mtd/rawnand.h
... ... @@ -20,6 +20,7 @@
20 20 #include <linux/mtd/mtd.h>
21 21 #include <linux/mtd/flashchip.h>
22 22 #include <linux/mtd/bbm.h>
  23 +#include <asm/cache.h>
23 24  
24 25 struct mtd_info;
25 26 struct nand_flash_dev;