From: Alexander Shiyan Date: Sun, 25 Nov 2012 15:10:15 +0000 (+0000) Subject: ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQ X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=f2bd5d240635b15b5e32cd3c36ed0f4ad31e8442;p=linux-edison.git ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQ Kernel does not contain symbol HAVE_SPARSE_IRQ. Definition in arch/arm64/Kconfig seems typo because valid symbol is MAY_HAVE_SPARSE_IRQ. In any case SPARSE_IRQ is selected by default and we just remove selecting of this symbol. Signed-off-by: Alexander Shiyan Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index d89b3efb98d..2adf340b858 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -24,7 +24,6 @@ config ARM64 select HAVE_IRQ_WORK select HAVE_MEMBLOCK select HAVE_PERF_EVENTS - select HAVE_SPARSE_IRQ select IRQ_DOMAIN select MODULES_USE_ELF_RELA select NO_BOOTMEM