summaryrefslogtreecommitdiff
path: root/arch/arm/mach-spear6xx/spear600_evb.c
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2011-12-17 20:05:50 -0800
committerOlof Johansson <olof@lixom.net>2011-12-17 20:05:50 -0800
commitd695cfa54e9ec48aeb149cadc8dab1240751572a (patch)
tree503d342f303181c4a8e4fb89e070117d5760c513 /arch/arm/mach-spear6xx/spear600_evb.c
parentc3e00a0eff4c05717915ac7a8e4646db3882aebf (diff)
parent3bdc3484e8f2b1b219ad0397d81ce4601fbaf76d (diff)
downloadlinux-d695cfa54e9ec48aeb149cadc8dab1240751572a.tar.gz
Merge remote-tracking branch 'rmk/devel-stable' into for-3.3/soc
Conflicts: arch/arm/mach-tegra/board-dt.c Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-spear6xx/spear600_evb.c')
-rw-r--r--arch/arm/mach-spear6xx/spear600_evb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-spear6xx/spear600_evb.c b/arch/arm/mach-spear6xx/spear600_evb.c
index 8238fe38e713..ff139ed0a61e 100644
--- a/arch/arm/mach-spear6xx/spear600_evb.c
+++ b/arch/arm/mach-spear6xx/spear600_evb.c
@@ -11,6 +11,7 @@
* warranty of any kind, whether express or implied.
*/
+#include <asm/hardware/vic.h>
#include <asm/mach/arch.h>
#include <asm/mach-types.h>
#include <mach/generic.h>
@@ -46,6 +47,7 @@ MACHINE_START(SPEAR600, "ST-SPEAR600-EVB")
.atag_offset = 0x100,
.map_io = spear6xx_map_io,
.init_irq = spear6xx_init_irq,
+ .handle_irq = vic_handle_irq,
.timer = &spear6xx_timer,
.init_machine = spear600_evb_init,
MACHINE_END