diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-09-07 00:38:46 +0200 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2018-10-03 11:12:25 +0200 |
commit | c7921bb32ab616462cefb9c2f3dd81d85d32b948 (patch) | |
tree | d19506bad27cabfc330a42d39845f03a85128814 /arch/arm/mach-ixp4xx | |
parent | 4114f97c41cd3992724f450f595417e4432737a0 (diff) | |
download | blackbird-obmc-linux-c7921bb32ab616462cefb9c2f3dd81d85d32b948.tar.gz blackbird-obmc-linux-c7921bb32ab616462cefb9c2f3dd81d85d32b948.zip |
mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h
platform_nand_xxx definitions are just used by the plat_nand driver.
Let's move those definitions out of the core/driver-agnostic rawnand.h
header.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'arch/arm/mach-ixp4xx')
-rw-r--r-- | arch/arm/mach-ixp4xx/ixdp425-setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ixp4xx/ixdp425-setup.c b/arch/arm/mach-ixp4xx/ixdp425-setup.c index 797e7edc7124..57d7df79d838 100644 --- a/arch/arm/mach-ixp4xx/ixdp425-setup.c +++ b/arch/arm/mach-ixp4xx/ixdp425-setup.c @@ -20,6 +20,7 @@ #include <linux/mtd/mtd.h> #include <linux/mtd/rawnand.h> #include <linux/mtd/partitions.h> +#include <linux/mtd/platnand.h> #include <linux/delay.h> #include <linux/gpio.h> #include <asm/types.h> |