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-qt2410.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-qt2410.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-qt2410.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-s3c2410/mach-qt2410.c b/arch/arm/mach-s3c2410/mach-qt2410.c index 012dc14ffb2b..7d34844debde 100644 --- a/arch/arm/mach-s3c2410/mach-qt2410.c +++ b/arch/arm/mach-s3c2410/mach-qt2410.c | |||
@@ -42,19 +42,19 @@ | |||
42 | #include <asm/mach/map.h> | 42 | #include <asm/mach/map.h> |
43 | #include <asm/mach/irq.h> | 43 | #include <asm/mach/irq.h> |
44 | 44 | ||
45 | #include <asm/arch/hardware.h> | 45 | #include <mach/hardware.h> |
46 | #include <asm/io.h> | 46 | #include <asm/io.h> |
47 | #include <asm/irq.h> | 47 | #include <asm/irq.h> |
48 | #include <asm/mach-types.h> | 48 | #include <asm/mach-types.h> |
49 | 49 | ||
50 | #include <asm/arch/regs-gpio.h> | 50 | #include <mach/regs-gpio.h> |
51 | #include <asm/arch/leds-gpio.h> | 51 | #include <mach/leds-gpio.h> |
52 | #include <asm/plat-s3c/regs-serial.h> | 52 | #include <asm/plat-s3c/regs-serial.h> |
53 | #include <asm/arch/fb.h> | 53 | #include <mach/fb.h> |
54 | #include <asm/plat-s3c/nand.h> | 54 | #include <asm/plat-s3c/nand.h> |
55 | #include <asm/plat-s3c24xx/udc.h> | 55 | #include <asm/plat-s3c24xx/udc.h> |
56 | #include <asm/arch/spi.h> | 56 | #include <mach/spi.h> |
57 | #include <asm/arch/spi-gpio.h> | 57 | #include <mach/spi-gpio.h> |
58 | 58 | ||
59 | #include <asm/plat-s3c24xx/common-smdk.h> | 59 | #include <asm/plat-s3c24xx/common-smdk.h> |
60 | #include <asm/plat-s3c24xx/devs.h> | 60 | #include <asm/plat-s3c24xx/devs.h> |