From: Alexander Shiyan Date: Sun, 25 Nov 2012 15:10:15 +0000 (+0000) Subject: ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQ X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~65^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2bd5d240635b15b5e32cd3c36ed0f4ad31e8442;p=pandora-kernel.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 --- Reading git-diff-tree failed