diff options
author | Daniel Walker <dwalker@codeaurora.org> | 2010-05-05 15:45:20 +0200 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-05-14 01:08:27 +0200 |
commit | e502c3777fb97453fb95c1479cac20ef58f53709 (patch) | |
tree | 557a6064b58824247890c46a18d3d282e6f8e294 /arch/arm/mach-msm/include/mach/irqs.h | |
parent | msm: timer: allow MSM_DGT_BASE to be overriden (diff) | |
download | linux-e502c3777fb97453fb95c1479cac20ef58f53709.tar.xz linux-e502c3777fb97453fb95c1479cac20ef58f53709.zip |
msm: irqs: add irqs-8x50.h for QSD8x50 support
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Gregory Bean <gbean@codeaurora.org>
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include/mach/irqs.h')
-rw-r--r-- | arch/arm/mach-msm/include/mach/irqs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/include/mach/irqs.h b/arch/arm/mach-msm/include/mach/irqs.h index b8995607f74c..38a3528b664f 100644 --- a/arch/arm/mach-msm/include/mach/irqs.h +++ b/arch/arm/mach-msm/include/mach/irqs.h @@ -19,7 +19,10 @@ #define MSM_IRQ_BIT(irq) (1 << ((irq) & 31)) -#if defined(CONFIG_ARCH_MSM_ARM11) +#if defined(CONFIG_ARCH_QSD8X50) +#include "irqs-8x50.h" +#include "sirc.h" +#elif defined(CONFIG_ARCH_MSM_ARM11) #include "irqs-7x00.h" #else #error "Unknown architecture specification" |