diff options
author | 2017-08-23 17:00:12 +0200 | |
---|---|---|
committer | 2017-08-23 17:00:12 +0200 | |
commit | a75d6a4cebcc58c4fb139385fc996a62b6f18f68 (patch) | |
tree | 86be6c413298b08e159d9f9019d52abd06540809 /arch/arm/mach-dove/dove-db-setup.c | |
parent | mtd: nand: tmio: Register partitions using the parsers (diff) | |
parent | mtd: nand: Rename nand.h into rawnand.h (diff) | |
download | wireguard-linux-a75d6a4cebcc58c4fb139385fc996a62b6f18f68.tar.xz wireguard-linux-a75d6a4cebcc58c4fb139385fc996a62b6f18f68.zip |
Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/next
Diffstat (limited to 'arch/arm/mach-dove/dove-db-setup.c')
-rw-r--r-- | arch/arm/mach-dove/dove-db-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-dove/dove-db-setup.c b/arch/arm/mach-dove/dove-db-setup.c index bcb678fd2415..8971c3c0f0fe 100644 --- a/arch/arm/mach-dove/dove-db-setup.c +++ b/arch/arm/mach-dove/dove-db-setup.c @@ -13,7 +13,7 @@ #include <linux/platform_device.h> #include <linux/irq.h> #include <linux/mtd/physmap.h> -#include <linux/mtd/nand.h> +#include <linux/mtd/rawnand.h> #include <linux/timer.h> #include <linux/ata_platform.h> #include <linux/mv643xx_eth.h> |