diff options
author | Stepan Moskovchenko <stepanm@codeaurora.org> | 2010-12-01 19:30:35 -0800 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-01-21 15:27:52 -0800 |
commit | a6481cd3d901165100e12f9f1f7787293d757574 (patch) | |
tree | 6f3977bb1721234812ffc4962092388ad0915c00 /arch/arm/mach-msm/include/mach/irqs.h | |
parent | a2ad9421ce19f57e99b7a5e8798b8697b916d673 (diff) | |
download | blackbird-op-linux-a6481cd3d901165100e12f9f1f7787293d757574.tar.gz blackbird-op-linux-a6481cd3d901165100e12f9f1f7787293d757574.zip |
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.h | 3 |
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 8679a4564744..3cd78b165abb 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 |