]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdd9ae4c9c2da4f6de6286965fca2e73761135c5b
treec64b7a2959fcfc8853071e151ae1befb060429ae
parente864037c13d4e1b81bdc45fd7da5ff362f5d3a0e
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