diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/mach-smdk2416.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-smdk2416.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-smdk2416.c b/arch/arm/mach-s3c24xx/mach-smdk2416.c index f30d7fccbfee..72dfec689322 100644 --- a/arch/arm/mach-s3c24xx/mach-smdk2416.c +++ b/arch/arm/mach-s3c24xx/mach-smdk2416.c | |||
@@ -39,7 +39,6 @@ | |||
39 | #include <mach/regs-lcd.h> | 39 | #include <mach/regs-lcd.h> |
40 | #include <mach/regs-s3c2443-clock.h> | 40 | #include <mach/regs-s3c2443-clock.h> |
41 | 41 | ||
42 | #include <mach/idle.h> | ||
43 | #include <linux/platform_data/leds-s3c24xx.h> | 42 | #include <linux/platform_data/leds-s3c24xx.h> |
44 | #include <linux/platform_data/i2c-s3c2410.h> | 43 | #include <linux/platform_data/i2c-s3c2410.h> |
45 | 44 | ||
@@ -254,6 +253,6 @@ MACHINE_START(SMDK2416, "SMDK2416") | |||
254 | .init_irq = s3c24xx_init_irq, | 253 | .init_irq = s3c24xx_init_irq, |
255 | .map_io = smdk2416_map_io, | 254 | .map_io = smdk2416_map_io, |
256 | .init_machine = smdk2416_machine_init, | 255 | .init_machine = smdk2416_machine_init, |
257 | .timer = &s3c24xx_timer, | 256 | .init_time = s3c24xx_timer_init, |
258 | .restart = s3c2416_restart, | 257 | .restart = s3c2416_restart, |
259 | MACHINE_END | 258 | MACHINE_END |