ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQ
authorAlexander Shiyan <shc_work@mail.ru>
Sun, 25 Nov 2012 15:10:15 +0000 (15:10 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 29 Nov 2012 16:53:35 +0000 (16:53 +0000)
commitf2bd5d240635b15b5e32cd3c36ed0f4ad31e8442
tree141982196e4b1e39376a6a45d6ac40e4da6b280b
parent715a7119ea5aa9c30aedf99ce2c9558f7ed9e90a
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 <shc_work@mail.ru>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig