From: Boris Brezillon Date: Thu, 5 Jul 2018 09:45:07 +0000 (+0200) Subject: mtd: rawnand: mxc: Avoid inclusion of asm/mach headers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c03f3cf37e54fee8c04c531dae1c81ebc8f58723;p=linux.git mtd: rawnand: mxc: Avoid inclusion of asm/mach headers asm/mach/flash.h does not seem to be needed, drop this #include to make the code completely machine and arch independent and allow one to compile it when COMPILE_TEST=y. Signed-off-by: Boris Brezillon Signed-off-by: Miquel Raynal --- diff --git a/drivers/mtd/nand/raw/mxc_nand.c b/drivers/mtd/nand/raw/mxc_nand.c index 90cfb5e730aa3..14ec7d975593d 100644 --- a/drivers/mtd/nand/raw/mxc_nand.c +++ b/drivers/mtd/nand/raw/mxc_nand.c @@ -34,8 +34,6 @@ #include #include #include - -#include #include #define DRIVER_NAME "mxc_nand"