Skip to content

Commit

Permalink
ARM: msm: Remove irqs-*.h files for DT based targets
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and David Brown committed Sep 25, 2013
1 parent 4a10c2a commit 61e570a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 540 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-msm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
277 changes: 0 additions & 277 deletions arch/arm/mach-msm/include/mach/irqs-8960.h

This file was deleted.

Loading

0 comments on commit 61e570a

Please sign in to comment.