diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/s3c244x.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/s3c244x.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-s3c24xx/s3c244x.c b/arch/arm/mach-s3c24xx/s3c244x.c index 4a64bcc9eb51..d1c3e65785a1 100644 --- a/arch/arm/mach-s3c24xx/s3c244x.c +++ b/arch/arm/mach-s3c24xx/s3c244x.c | |||
@@ -38,11 +38,9 @@ | |||
38 | #include <mach/regs-clock.h> | 38 | #include <mach/regs-clock.h> |
39 | #include <mach/regs-gpio.h> | 39 | #include <mach/regs-gpio.h> |
40 | 40 | ||
41 | #include <plat/clock.h> | ||
42 | #include <plat/devs.h> | 41 | #include <plat/devs.h> |
43 | #include <plat/cpu.h> | 42 | #include <plat/cpu.h> |
44 | #include <plat/pm.h> | 43 | #include <plat/pm.h> |
45 | #include <plat/pll.h> | ||
46 | #include <plat/nand-core.h> | 44 | #include <plat/nand-core.h> |
47 | #include <plat/watchdog-reset.h> | 45 | #include <plat/watchdog-reset.h> |
48 | 46 | ||
@@ -78,10 +76,6 @@ void __init s3c244x_map_io(void) | |||
78 | s3c2410_device_dclk.name = "s3c2440-dclk"; | 76 | s3c2410_device_dclk.name = "s3c2440-dclk"; |
79 | } | 77 | } |
80 | 78 | ||
81 | void __init_or_cpufreq s3c244x_setup_clocks(void) | ||
82 | { | ||
83 | } | ||
84 | |||
85 | /* Since the S3C2442 and S3C2440 share items, put both subsystems here */ | 79 | /* Since the S3C2442 and S3C2440 share items, put both subsystems here */ |
86 | 80 | ||
87 | struct bus_type s3c2440_subsys = { | 81 | struct bus_type s3c2440_subsys = { |