diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-05 11:14:15 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-07 04:55:48 -0400 |
commit | a09e64fbc0094e3073dbb09c3b4bfe4ab669244b (patch) | |
tree | 69689f467179891b498bd7423fcf61925173db31 /arch/arm/mach-s3c2410/mach-bast.c | |
parent | a1b81a84fff05dbfef45b7012c26e1fee9973e5d (diff) |
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
This just leaves include/asm-arm/plat-* to deal with.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-bast.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-bast.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c index 9c76df6662a1..fb1e78e28e50 100644 --- a/arch/arm/mach-s3c2410/mach-bast.c +++ b/arch/arm/mach-s3c2410/mach-bast.c | |||
@@ -29,24 +29,24 @@ | |||
29 | #include <asm/mach/map.h> | 29 | #include <asm/mach/map.h> |
30 | #include <asm/mach/irq.h> | 30 | #include <asm/mach/irq.h> |
31 | 31 | ||
32 | #include <asm/arch/bast-map.h> | 32 | #include <mach/bast-map.h> |
33 | #include <asm/arch/bast-irq.h> | 33 | #include <mach/bast-irq.h> |
34 | #include <asm/arch/bast-cpld.h> | 34 | #include <mach/bast-cpld.h> |
35 | 35 | ||
36 | #include <asm/arch/hardware.h> | 36 | #include <mach/hardware.h> |
37 | #include <asm/io.h> | 37 | #include <asm/io.h> |
38 | #include <asm/irq.h> | 38 | #include <asm/irq.h> |
39 | #include <asm/mach-types.h> | 39 | #include <asm/mach-types.h> |
40 | 40 | ||
41 | //#include <asm/debug-ll.h> | 41 | //#include <asm/debug-ll.h> |
42 | #include <asm/plat-s3c/regs-serial.h> | 42 | #include <asm/plat-s3c/regs-serial.h> |
43 | #include <asm/arch/regs-gpio.h> | 43 | #include <mach/regs-gpio.h> |
44 | #include <asm/arch/regs-mem.h> | 44 | #include <mach/regs-mem.h> |
45 | #include <asm/arch/regs-lcd.h> | 45 | #include <mach/regs-lcd.h> |
46 | 46 | ||
47 | #include <asm/plat-s3c/nand.h> | 47 | #include <asm/plat-s3c/nand.h> |
48 | #include <asm/plat-s3c/iic.h> | 48 | #include <asm/plat-s3c/iic.h> |
49 | #include <asm/arch/fb.h> | 49 | #include <mach/fb.h> |
50 | 50 | ||
51 | #include <linux/mtd/mtd.h> | 51 | #include <linux/mtd/mtd.h> |
52 | #include <linux/mtd/nand.h> | 52 | #include <linux/mtd/nand.h> |