Skip to content

Commit

Permalink
[ARM] S3C: Move nand headers to arch/arm/plat-s3c/include/plat
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks committed Oct 30, 2008
1 parent e2cd00c commit 7926b5a
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-bast.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-qt2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2412/mach-jive.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2412/mach-vstms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/mach-anubis.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/mach-at2440evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/mach-osiris.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/mach-rx3715.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/common-smdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions drivers/mtd/nand/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7926b5a

Please sign in to comment.