diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smdk6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smdk6410.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index 574a9eef588d..ba7544e2d04d 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c | |||
@@ -45,7 +45,6 @@ | |||
45 | #include <video/platform_lcd.h> | 45 | #include <video/platform_lcd.h> |
46 | #include <video/samsung_fimd.h> | 46 | #include <video/samsung_fimd.h> |
47 | 47 | ||
48 | #include <asm/hardware/vic.h> | ||
49 | #include <asm/mach/arch.h> | 48 | #include <asm/mach/arch.h> |
50 | #include <asm/mach/map.h> | 49 | #include <asm/mach/map.h> |
51 | #include <asm/mach/irq.h> | 50 | #include <asm/mach/irq.h> |
@@ -57,10 +56,7 @@ | |||
57 | #include <asm/mach-types.h> | 56 | #include <asm/mach-types.h> |
58 | 57 | ||
59 | #include <plat/regs-serial.h> | 58 | #include <plat/regs-serial.h> |
60 | #include <mach/regs-modem.h> | ||
61 | #include <mach/regs-gpio.h> | 59 | #include <mach/regs-gpio.h> |
62 | #include <mach/regs-sys.h> | ||
63 | #include <mach/regs-srom.h> | ||
64 | #include <linux/platform_data/ata-samsung_cf.h> | 60 | #include <linux/platform_data/ata-samsung_cf.h> |
65 | #include <linux/platform_data/i2c-s3c2410.h> | 61 | #include <linux/platform_data/i2c-s3c2410.h> |
66 | #include <plat/fb.h> | 62 | #include <plat/fb.h> |
@@ -75,6 +71,9 @@ | |||
75 | #include <plat/backlight.h> | 71 | #include <plat/backlight.h> |
76 | 72 | ||
77 | #include "common.h" | 73 | #include "common.h" |
74 | #include "regs-modem.h" | ||
75 | #include "regs-srom.h" | ||
76 | #include "regs-sys.h" | ||
78 | 77 | ||
79 | #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK | 78 | #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK |
80 | #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB | 79 | #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB |
@@ -700,10 +699,9 @@ MACHINE_START(SMDK6410, "SMDK6410") | |||
700 | .atag_offset = 0x100, | 699 | .atag_offset = 0x100, |
701 | 700 | ||
702 | .init_irq = s3c6410_init_irq, | 701 | .init_irq = s3c6410_init_irq, |
703 | .handle_irq = vic_handle_irq, | ||
704 | .map_io = smdk6410_map_io, | 702 | .map_io = smdk6410_map_io, |
705 | .init_machine = smdk6410_machine_init, | 703 | .init_machine = smdk6410_machine_init, |
706 | .init_late = s3c64xx_init_late, | 704 | .init_late = s3c64xx_init_late, |
707 | .timer = &s3c24xx_timer, | 705 | .init_time = s3c24xx_timer_init, |
708 | .restart = s3c64xx_restart, | 706 | .restart = s3c64xx_restart, |
709 | MACHINE_END | 707 | MACHINE_END |