diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-09-09 16:24:53 -0700 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-09-25 13:02:56 -0700 |
commit | 61e570a9df06f9a8a168b0f1b9fc221736d5d3f3 (patch) | |
tree | 65af78c370761f23a10241d75e0917877161f0ad /arch/arm/mach-msm/include/mach/irqs.h | |
parent | 4a10c2ac2f368583138b774ca41fac4207911983 (diff) | |
download | blackbird-op-linux-61e570a9df06f9a8a168b0f1b9fc221736d5d3f3.tar.gz blackbird-op-linux-61e570a9df06f9a8a168b0f1b9fc221736d5d3f3.zip |
ARM: msm: Remove irqs-*.h files for DT based targets
We don't want or need the irqs.h files from the DT based MSM
targets. Remove these header files and select sparse irq so that
we don't try to include the mach/irqs.h file.
Reviewed-by: Rohit Vaswani <rvaswani@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Rohit Vaswani <rvaswani@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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-msm/include/mach/irqs.h b/arch/arm/mach-msm/include/mach/irqs.h index 3cd78b165abb..164d355c96ea 100644 --- a/arch/arm/mach-msm/include/mach/irqs.h +++ b/arch/arm/mach-msm/include/mach/irqs.h @@ -24,11 +24,6 @@ #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_MSM8960) -/* TODO: Make these not generic. */ -#include "irqs-8960.h" #elif defined(CONFIG_ARCH_MSM_ARM11) #include "irqs-7x00.h" #else |