diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-11 14:28:24 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-11 14:28:24 -0400 |
commit | 603b6fd5b8d313a109d3739d8706ee51962ff402 (patch) | |
tree | fb0e80096d0c20d2199d2bf1c761e466a2b44b91 | |
parent | a2b03461cb072eb6097a55ec0289294b09382284 (diff) |
[ARM] Revert futher extraneous changes from the S3C header move
Can't see any immediate need for these; build tested.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/io.h | 2 | ||||
-rw-r--r-- | arch/arm/plat-s3c24xx/clock-dclk.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/io.h b/arch/arm/mach-s3c2410/include/mach/io.h index c477771c0924..9813dbf2ae4f 100644 --- a/arch/arm/mach-s3c2410/include/mach/io.h +++ b/arch/arm/mach-s3c2410/include/mach/io.h | |||
@@ -9,7 +9,7 @@ | |||
9 | #ifndef __ASM_ARM_ARCH_IO_H | 9 | #ifndef __ASM_ARM_ARCH_IO_H |
10 | #define __ASM_ARM_ARCH_IO_H | 10 | #define __ASM_ARM_ARCH_IO_H |
11 | 11 | ||
12 | #include <mach/map.h> | 12 | #include <mach/hardware.h> |
13 | 13 | ||
14 | #define IO_SPACE_LIMIT 0xffffffff | 14 | #define IO_SPACE_LIMIT 0xffffffff |
15 | 15 | ||
diff --git a/arch/arm/plat-s3c24xx/clock-dclk.c b/arch/arm/plat-s3c24xx/clock-dclk.c index 35219dcf9f08..5b75a797b5ab 100644 --- a/arch/arm/plat-s3c24xx/clock-dclk.c +++ b/arch/arm/plat-s3c24xx/clock-dclk.c | |||
@@ -18,7 +18,6 @@ | |||
18 | 18 | ||
19 | #include <mach/regs-clock.h> | 19 | #include <mach/regs-clock.h> |
20 | #include <mach/regs-gpio.h> | 20 | #include <mach/regs-gpio.h> |
21 | #include <mach/hardware.h> | ||
22 | 21 | ||
23 | #include <plat/clock.h> | 22 | #include <plat/clock.h> |
24 | #include <plat/cpu.h> | 23 | #include <plat/cpu.h> |