summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler.c
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2012-06-21 09:36:13 +0530
committerVarun Wadekar <vwadekar@nvidia.com>2012-06-21 09:40:42 +0530
commit9edeaa7b227ac3a4d38a8a41914a44d2d8173170 (patch)
tree4d0ee49e6bde609086a6c926cfad94153d05d656 /arch/arm/mach-tegra/board-whistler.c
parentebb087027e0dd7f9824a9b392252da7af213beaf (diff)
ARM: tegra3: convert to CONFIG_MULTI_IRQ_HANDLER
Convert the tegra3 platforms and the tegra2 platforms that are not upstream to be using the gic_handle_irq function as their primary interrupt handler. Change-Id: I5afb510058a1f758f6faf57ea5040bfcf2777993 Signed-off-by: Scott Williams <scwilliams@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-whistler.c b/arch/arm/mach-tegra/board-whistler.c
index 11b6cf4e3bb2..414ce5dd200c 100644
--- a/arch/arm/mach-tegra/board-whistler.c
+++ b/arch/arm/mach-tegra/board-whistler.c
@@ -51,6 +51,7 @@
#include <sound/tlv320aic326x.h>
+#include <asm/hardware/gic.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/hardware/gic.h>