From 36aa38f106fd5dbdd217436d2bf4544e3a8556a2 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 30 Nov 2017 13:45:25 +0900 Subject: [PATCH] mtd: nand: include from include/linux/mtd/rawnand.h This is needed for ARCH_DMA_MINALIGN. Signed-off-by: Masahiro Yamada --- include/linux/mtd/rawnand.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h index 192709b6e4..6c3e838d80 100644 --- a/include/linux/mtd/rawnand.h +++ b/include/linux/mtd/rawnand.h @@ -20,6 +20,7 @@ #include #include #include +#include struct mtd_info; struct nand_flash_dev; -- 2.39.5