From: Masahiro Yamada Date: Thu, 30 Nov 2017 04:45:25 +0000 (+0900) Subject: mtd: nand: include from include/linux/mtd/rawnand.h X-Git-Tag: v2018.01-rc1~1^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ba8c9ea38a5e5f31edc3ef7e3490f0e2143a8360;p=u-boot mtd: nand: include from include/linux/mtd/rawnand.h This is needed for ARCH_DMA_MINALIGN. Signed-off-by: Masahiro Yamada --- 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;