diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-ncp.c')
| -rw-r--r-- | arch/arm/mach-s3c64xx/mach-ncp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-ncp.c b/arch/arm/mach-s3c64xx/mach-ncp.c index cb13cba98b3d..9b2c610eac2a 100644 --- a/arch/arm/mach-s3c64xx/mach-ncp.c +++ b/arch/arm/mach-s3c64xx/mach-ncp.c | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | #include <video/platform_lcd.h> | 26 | #include <video/platform_lcd.h> |
| 27 | 27 | ||
| 28 | #include <asm/hardware/vic.h> | ||
| 28 | #include <asm/mach/arch.h> | 29 | #include <asm/mach/arch.h> |
| 29 | #include <asm/mach/map.h> | 30 | #include <asm/mach/map.h> |
| 30 | #include <asm/mach/irq.h> | 31 | #include <asm/mach/irq.h> |
| @@ -99,6 +100,7 @@ MACHINE_START(NCP, "NCP") | |||
| 99 | /* Maintainer: Samsung Electronics */ | 100 | /* Maintainer: Samsung Electronics */ |
| 100 | .atag_offset = 0x100, | 101 | .atag_offset = 0x100, |
| 101 | .init_irq = s3c6410_init_irq, | 102 | .init_irq = s3c6410_init_irq, |
| 103 | .handle_irq = vic_handle_irq, | ||
| 102 | .map_io = ncp_map_io, | 104 | .map_io = ncp_map_io, |
| 103 | .init_machine = ncp_machine_init, | 105 | .init_machine = ncp_machine_init, |
| 104 | .timer = &s3c24xx_timer, | 106 | .timer = &s3c24xx_timer, |
