diff options
author | Steve Muckle <smuckle@codeaurora.org> | 2009-11-29 00:00:13 +0300 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-10-09 02:12:34 +0400 |
commit | ed1f31b4b742647e2ec18c885e65fbef484eaf58 (patch) | |
tree | cba9217cf50bfce09f9046d7a26d0eb91c9d8f8e /arch/arm/mach-msm/include/mach/irqs.h | |
parent | 6cf6dfefe1f07f309998df8734fdc0961dbae38c (diff) | |
download | linux-ed1f31b4b742647e2ec18c885e65fbef484eaf58.tar.xz |
msm: initial irq definitions for MSM8X60
IRQ assignments are different for MSM8X60 than other existing MSMs.
Signed-off-by: Steve Muckle <smuckle@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include/mach/irqs.h')
-rw-r--r-- | arch/arm/mach-msm/include/mach/irqs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/include/mach/irqs.h b/arch/arm/mach-msm/include/mach/irqs.h index 164d355c96ea..8679a4564744 100644 --- a/arch/arm/mach-msm/include/mach/irqs.h +++ b/arch/arm/mach-msm/include/mach/irqs.h @@ -24,6 +24,8 @@ #elif defined(CONFIG_ARCH_QSD8X50) #include "irqs-8x50.h" #include "sirc.h" +#elif defined(CONFIG_ARCH_MSM8X60) +#include "irqs-8x60.h" #elif defined(CONFIG_ARCH_MSM_ARM11) #include "irqs-7x00.h" #else |