summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/mach-smdkc110.c
diff options
context:
space:
mode:
authorJamie Iles2011-09-27 21:53:31 +0200
committerMarc Zyngier2011-11-15 19:14:04 +0100
commitbb3a4ebe63194a41b7d4420cbc26732e15aa8242 (patch)
tree7d0da639bfedbe74f2a8db7d57790ad46f1a0fd2 /arch/arm/mach-s5pv210/mach-smdkc110.c
parentARM: versatile: convert to MULTI_IRQ_HANDLER (diff)
downloadkernel-qcow2-linux-bb3a4ebe63194a41b7d4420cbc26732e15aa8242.tar.gz
kernel-qcow2-linux-bb3a4ebe63194a41b7d4420cbc26732e15aa8242.tar.xz
kernel-qcow2-linux-bb3a4ebe63194a41b7d4420cbc26732e15aa8242.zip
ARM: samsung: convert to MULTI_IRQ_HANDLER
Now that there is a generic IRQ handler for multiple VIC devices use it for samsung to help building multi platform kernels. Cc: Kukjin Kim <kgene.kim@samsung.com> Tested-by: Thomas Abraham <thomas.abraham@linaro.org> Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-smdkc110.c')
-rw-r--r--arch/arm/mach-s5pv210/mach-smdkc110.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-smdkc110.c b/arch/arm/mach-s5pv210/mach-smdkc110.c
index f7266bb0cac8..c2531ffc720b 100644
--- a/arch/arm/mach-s5pv210/mach-smdkc110.c
+++ b/arch/arm/mach-s5pv210/mach-smdkc110.c
@@ -15,6 +15,7 @@
#include <linux/i2c.h>
#include <linux/sysdev.h>
+#include <asm/hardware/vic.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/setup.h>
@@ -138,6 +139,7 @@ MACHINE_START(SMDKC110, "SMDKC110")
/* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */
.atag_offset = 0x100,
.init_irq = s5pv210_init_irq,
+ .handle_irq = vic_handle_irq,
.map_io = smdkc110_map_io,
.init_machine = smdkc110_machine_init,
.timer = &s5p_timer,