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/Kconfig | |
parent | 4a10c2ac2f368583138b774ca41fac4207911983 (diff) | |
download | linux-stable-61e570a9df06f9a8a168b0f1b9fc221736d5d3f3.tar.gz linux-stable-61e570a9df06f9a8a168b0f1b9fc221736d5d3f3.tar.bz2 linux-stable-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/Kconfig')
-rw-r--r-- | arch/arm/mach-msm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index 905efc8cac79..020240cc2ae7 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig @@ -49,6 +49,7 @@ config ARCH_MSM8X60 select GPIO_MSM_V2 select HAVE_SMP select MSM_SCM if SMP + select SPARSE_IRQ select USE_OF config ARCH_MSM8960 @@ -58,6 +59,7 @@ config ARCH_MSM8960 select HAVE_SMP select GPIO_MSM_V2 select MSM_SCM if SMP + select SPARSE_IRQ select USE_OF config MSM_HAS_DEBUG_UART_HS |