From 61e570a9df06f9a8a168b0f1b9fc221736d5d3f3 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Mon, 9 Sep 2013 16:24:53 -0700 Subject: 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 Signed-off-by: Stephen Boyd Signed-off-by: Rohit Vaswani Signed-off-by: David Brown --- arch/arm/mach-msm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-msm/Kconfig') diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index 905efc8cac7..020240cc2ae 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 -- cgit v1.2.3-70-g09d2