diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/s3c2412.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/s3c2412.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-s3c24xx/s3c2412.c b/arch/arm/mach-s3c24xx/s3c2412.c index d49f52fbc842..569f3f5a6c71 100644 --- a/arch/arm/mach-s3c24xx/s3c2412.c +++ b/arch/arm/mach-s3c24xx/s3c2412.c | |||
@@ -37,12 +37,10 @@ | |||
37 | #include <mach/regs-clock.h> | 37 | #include <mach/regs-clock.h> |
38 | #include <mach/regs-gpio.h> | 38 | #include <mach/regs-gpio.h> |
39 | 39 | ||
40 | #include <plat/clock.h> | ||
41 | #include <plat/cpu.h> | 40 | #include <plat/cpu.h> |
42 | #include <plat/cpu-freq.h> | 41 | #include <plat/cpu-freq.h> |
43 | #include <plat/devs.h> | 42 | #include <plat/devs.h> |
44 | #include <plat/nand-core.h> | 43 | #include <plat/nand-core.h> |
45 | #include <plat/pll.h> | ||
46 | #include <plat/pm.h> | 44 | #include <plat/pm.h> |
47 | #include <plat/regs-spi.h> | 45 | #include <plat/regs-spi.h> |
48 | 46 | ||
@@ -171,10 +169,6 @@ void __init s3c2412_map_io(void) | |||
171 | iotable_init(s3c2412_iodesc, ARRAY_SIZE(s3c2412_iodesc)); | 169 | iotable_init(s3c2412_iodesc, ARRAY_SIZE(s3c2412_iodesc)); |
172 | } | 170 | } |
173 | 171 | ||
174 | void __init_or_cpufreq s3c2412_setup_clocks(void) | ||
175 | { | ||
176 | } | ||
177 | |||
178 | /* need to register the subsystem before we actually register the device, and | 172 | /* need to register the subsystem before we actually register the device, and |
179 | * we also need to ensure that it has been initialised before any of the | 173 | * we also need to ensure that it has been initialised before any of the |
180 | * drivers even try to use it (even if not on an s3c2412 based system) | 174 | * drivers even try to use it (even if not on an s3c2412 based system) |