[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: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
Ben Dooks 2008-10-30 10:14:35 +00:00
parent e2cd00cfeb
commit 7926b5a325
12 changed files with 11 additions and 11 deletions

View File

@ -44,7 +44,7 @@
#include <mach/regs-mem.h>
#include <mach/regs-lcd.h>
#include <asm/plat-s3c/nand.h>
#include <plat/nand.h>
#include <plat/iic.h>
#include <mach/fb.h>

View File

@ -50,7 +50,7 @@
#include <mach/leds-gpio.h>
#include <plat/regs-serial.h>
#include <mach/fb.h>
#include <asm/plat-s3c/nand.h>
#include <plat/nand.h>
#include <asm/plat-s3c24xx/udc.h>
#include <mach/spi.h>
#include <mach/spi-gpio.h>

View File

@ -31,7 +31,7 @@
#include <asm/mach/irq.h>
#include <plat/regs-serial.h>
#include <asm/plat-s3c/nand.h>
#include <plat/nand.h>
#include <plat/iic.h>
#include <mach/regs-power.h>

View File

@ -39,7 +39,7 @@
#include <mach/idle.h>
#include <mach/fb.h>
#include <asm/plat-s3c/nand.h>
#include <plat/nand.h>
#include <plat/s3c2410.h>
#include <plat/s3c2412.h>

View File

@ -39,7 +39,7 @@
#include <mach/regs-gpio.h>
#include <mach/regs-mem.h>
#include <mach/regs-lcd.h>
#include <asm/plat-s3c/nand.h>
#include <plat/nand.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h>

View File

@ -35,7 +35,7 @@
#include <mach/regs-gpio.h>
#include <mach/regs-mem.h>
#include <mach/regs-lcd.h>
#include <asm/plat-s3c/nand.h>
#include <plat/nand.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h>

View File

@ -37,7 +37,7 @@
#include <mach/regs-gpio.h>
#include <mach/regs-mem.h>
#include <mach/regs-lcd.h>
#include <asm/plat-s3c/nand.h>
#include <plat/nand.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h>

View File

@ -42,7 +42,7 @@
#include <mach/regs-lcd.h>
#include <mach/h1940.h>
#include <asm/plat-s3c/nand.h>
#include <plat/nand.h>
#include <mach/fb.h>
#include <plat/clock.h>

View File

@ -38,7 +38,7 @@
#include <mach/regs-gpio.h>
#include <mach/leds-gpio.h>
#include <asm/plat-s3c/nand.h>
#include <plat/nand.h>
#include <plat/common-smdk.h>
#include <plat/devs.h>

View File

@ -45,8 +45,8 @@
#include <asm/io.h>
#include <asm/plat-s3c/regs-nand.h>
#include <asm/plat-s3c/nand.h>
#include <plat/regs-nand.h>
#include <plat/nand.h>
#ifdef CONFIG_MTD_NAND_S3C2410_HWECC
static int hardware_ecc = 1;