mtd: rawnand: sharpsl: Remove inclusion of mach and asm headers
authorBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 5 Jul 2018 09:45:01 +0000 (11:45 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 18 Jul 2018 07:34:16 +0000 (09:34 +0200)
commitb22a8b075dbc755dd483e1d318c8f2933464583e
treec64b7a2959fcfc8853071e151ae1befb060429ae
parent31ac1a53eb7f4407decbbbe65d8232311705029e
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 <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/sharpsl.c