summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/include/mach/irqs.h
diff options
context:
space:
mode:
authorStepan Moskovchenko <stepanm@codeaurora.org>2010-12-01 19:30:35 -0800
committerDavid Brown <davidb@codeaurora.org>2011-01-21 15:27:52 -0800
commita6481cd3d901165100e12f9f1f7787293d757574 (patch)
tree6f3977bb1721234812ffc4962092388ad0915c00 /arch/arm/mach-msm/include/mach/irqs.h
parenta2ad9421ce19f57e99b7a5e8798b8697b916d673 (diff)
downloadop-kernel-dev-a6481cd3d901165100e12f9f1f7787293d757574.zip
op-kernel-dev-a6481cd3d901165100e12f9f1f7787293d757574.tar.gz
msm: irqs-8960: Interrupt map for MSM8960
Add the interrupt map for the Qualcomm MSM8960 chip. This chip has an interrupt map that is different from previous targets. Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include/mach/irqs.h')
-rw-r--r--arch/arm/mach-msm/include/mach/irqs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/include/mach/irqs.h b/arch/arm/mach-msm/include/mach/irqs.h
index 8679a45..3cd78b1 100644
--- a/arch/arm/mach-msm/include/mach/irqs.h
+++ b/arch/arm/mach-msm/include/mach/irqs.h
@@ -26,6 +26,9 @@
#include "sirc.h"
#elif defined(CONFIG_ARCH_MSM8X60)
#include "irqs-8x60.h"
+#elif defined(CONFIG_ARCH_MSM8960)
+/* TODO: Make these not generic. */
+#include "irqs-8960.h"
#elif defined(CONFIG_ARCH_MSM_ARM11)
#include "irqs-7x00.h"
#else
OpenPOWER on IntegriCloud