diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-07-09 22:09:42 +0200 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2018-07-18 10:10:23 +0200 |
commit | e65e3a50702f4e7a01c0b36ff08d6ed8dde7ee7b (patch) | |
tree | 90477ca125764a64df7c1aff806e801868906c10 /drivers/mtd/nand/raw/jz4740_nand.c | |
parent | mtd: rawnand: txx9ndfmc: Allow selection of this driver when COMPILE_TEST=y (diff) | |
download | linux-e65e3a50702f4e7a01c0b36ff08d6ed8dde7ee7b.tar.xz linux-e65e3a50702f4e7a01c0b36ff08d6ed8dde7ee7b.zip |
MIPS: jz4740: Move jz4740_nand.h header to include/linux/platform_data/jz4740
This way we will be able to compile the jz4740_nand driver when
COMPILE_TEST=y.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Acked-by: Paul Burton <paul.burton@mips.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/mtd/nand/raw/jz4740_nand.c')
-rw-r--r-- | drivers/mtd/nand/raw/jz4740_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/jz4740_nand.c b/drivers/mtd/nand/raw/jz4740_nand.c index 613b00a9604b..a0254461812d 100644 --- a/drivers/mtd/nand/raw/jz4740_nand.c +++ b/drivers/mtd/nand/raw/jz4740_nand.c @@ -25,7 +25,7 @@ #include <linux/gpio.h> -#include <asm/mach-jz4740/jz4740_nand.h> +#include <linux/platform_data/jz4740/jz4740_nand.h> #define JZ_REG_NAND_CTRL 0x50 #define JZ_REG_NAND_ECC_CTRL 0x100 |