]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: mxc: Avoid inclusion of asm/mach headers
authorBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 5 Jul 2018 09:45:07 +0000 (11:45 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 18 Jul 2018 07:34:18 +0000 (09:34 +0200)
commit30feabe5f35106a3826e55b679abe040e50599e0
treee71880f14a74d82e809991ead963b9ccd261dd5f
parent24a9268382bbd8b2017a6f380311fb342de828bc
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 <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/mxc_nand.c