diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-12-17 17:32:21 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-17 18:38:03 -0500 |
commit | 994adcc36d8c2133fce01f4d3fe4e41007555913 (patch) | |
tree | 81eefd4be43925f6a42b5dde9a0405b075b9b9cb /arch/arm/mach-s3c2410/s3c2440.c | |
parent | 92211ac71e189942968af57e5d0aed30083760ef (diff) |
[ARM] 4051/1: S3C24XX: clean includes in S3C2440 and S3C2442 support
Clean the includes in arch/arm/mach-s3c2410/s3c2440.c
and arch/arm/mach-s3c2410/s3c2442.c which should have
been pruned when these where split and updated.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/s3c2440.c')
-rw-r--r-- | arch/arm/mach-s3c2410/s3c2440.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-s3c2410/s3c2440.c b/arch/arm/mach-s3c2410/s3c2440.c index b91b11437449..344eb27cca48 100644 --- a/arch/arm/mach-s3c2410/s3c2440.c +++ b/arch/arm/mach-s3c2410/s3c2440.c | |||
@@ -29,17 +29,9 @@ | |||
29 | #include <asm/io.h> | 29 | #include <asm/io.h> |
30 | #include <asm/irq.h> | 30 | #include <asm/irq.h> |
31 | 31 | ||
32 | #include <asm/arch/regs-clock.h> | ||
33 | #include <asm/arch/regs-serial.h> | ||
34 | #include <asm/arch/regs-gpio.h> | ||
35 | #include <asm/arch/regs-gpioj.h> | ||
36 | #include <asm/arch/regs-dsc.h> | ||
37 | |||
38 | #include "s3c2440.h" | 32 | #include "s3c2440.h" |
39 | #include "clock.h" | ||
40 | #include "devs.h" | 33 | #include "devs.h" |
41 | #include "cpu.h" | 34 | #include "cpu.h" |
42 | #include "pm.h" | ||
43 | 35 | ||
44 | static struct sys_device s3c2440_sysdev = { | 36 | static struct sys_device s3c2440_sysdev = { |
45 | .cls = &s3c2440_sysclass, | 37 | .cls = &s3c2440_sysclass, |