Commit 7926b5a3 authored by Ben Dooks's avatar Ben Dooks

[ARM] S3C: Move nand headers to arch/arm/plat-s3c/include/plat

Move nand headers to arch/arm/plat-s3c/include/plat
ready to clean out the old include directories.
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent e2cd00cf
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include <mach/regs-mem.h> #include <mach/regs-mem.h>
#include <mach/regs-lcd.h> #include <mach/regs-lcd.h>
#include <asm/plat-s3c/nand.h> #include <plat/nand.h>
#include <plat/iic.h> #include <plat/iic.h>
#include <mach/fb.h> #include <mach/fb.h>
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
#include <mach/leds-gpio.h> #include <mach/leds-gpio.h>
#include <plat/regs-serial.h> #include <plat/regs-serial.h>
#include <mach/fb.h> #include <mach/fb.h>
#include <asm/plat-s3c/nand.h> #include <plat/nand.h>
#include <asm/plat-s3c24xx/udc.h> #include <asm/plat-s3c24xx/udc.h>
#include <mach/spi.h> #include <mach/spi.h>
#include <mach/spi-gpio.h> #include <mach/spi-gpio.h>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <plat/regs-serial.h> #include <plat/regs-serial.h>
#include <asm/plat-s3c/nand.h> #include <plat/nand.h>
#include <plat/iic.h> #include <plat/iic.h>
#include <mach/regs-power.h> #include <mach/regs-power.h>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <mach/idle.h> #include <mach/idle.h>
#include <mach/fb.h> #include <mach/fb.h>
#include <asm/plat-s3c/nand.h> #include <plat/nand.h>
#include <plat/s3c2410.h> #include <plat/s3c2410.h>
#include <plat/s3c2412.h> #include <plat/s3c2412.h>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <mach/regs-mem.h> #include <mach/regs-mem.h>
#include <mach/regs-lcd.h> #include <mach/regs-lcd.h>
#include <asm/plat-s3c/nand.h> #include <plat/nand.h>
#include <linux/mtd/mtd.h> #include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h> #include <linux/mtd/nand.h>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <mach/regs-mem.h> #include <mach/regs-mem.h>
#include <mach/regs-lcd.h> #include <mach/regs-lcd.h>
#include <asm/plat-s3c/nand.h> #include <plat/nand.h>
#include <linux/mtd/mtd.h> #include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h> #include <linux/mtd/nand.h>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <mach/regs-mem.h> #include <mach/regs-mem.h>
#include <mach/regs-lcd.h> #include <mach/regs-lcd.h>
#include <asm/plat-s3c/nand.h> #include <plat/nand.h>
#include <linux/mtd/mtd.h> #include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h> #include <linux/mtd/nand.h>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
#include <mach/regs-lcd.h> #include <mach/regs-lcd.h>
#include <mach/h1940.h> #include <mach/h1940.h>
#include <asm/plat-s3c/nand.h> #include <plat/nand.h>
#include <mach/fb.h> #include <mach/fb.h>
#include <plat/clock.h> #include <plat/clock.h>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <mach/leds-gpio.h> #include <mach/leds-gpio.h>
#include <asm/plat-s3c/nand.h> #include <plat/nand.h>
#include <plat/common-smdk.h> #include <plat/common-smdk.h>
#include <plat/devs.h> #include <plat/devs.h>
......
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
#include <asm/io.h> #include <asm/io.h>
#include <asm/plat-s3c/regs-nand.h> #include <plat/regs-nand.h>
#include <asm/plat-s3c/nand.h> #include <plat/nand.h>
#ifdef CONFIG_MTD_NAND_S3C2410_HWECC #ifdef CONFIG_MTD_NAND_S3C2410_HWECC
static int hardware_ecc = 1; static int hardware_ecc = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment