From: Boris Brezillon Date: Thu, 5 Jul 2018 09:45:01 +0000 (+0200) Subject: mtd: rawnand: sharpsl: Remove inclusion of mach and asm headers X-Git-Tag: v4.19~441^2~2^2~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b22a8b075dbc755dd483e1d318c8f2933464583e;p=platform%2Fkernel%2Flinux-rpi.git mtd: rawnand: sharpsl: Remove inclusion of mach and asm headers We don't need mach/hardware.h and sm/mach-types.h, and asm/io.h can be replaced by linux/io.h. Now that we removed those inclusions, we're ready to allow selection of this driver when COMPILE_TEST=y. Signed-off-by: Boris Brezillon Signed-off-by: Miquel Raynal --- diff --git a/drivers/mtd/nand/raw/sharpsl.c b/drivers/mtd/nand/raw/sharpsl.c index e93df02..fc171b1 100644 --- a/drivers/mtd/nand/raw/sharpsl.c +++ b/drivers/mtd/nand/raw/sharpsl.c @@ -21,10 +21,7 @@ #include #include #include - -#include -#include -#include +#include struct sharpsl_nand { struct nand_chip chip;