diff mbox series

arm64: remove obsolete selection of MULTI_IRQ_HANDLER

Message ID CAG5bF+TKCJp8Pvmf888GPrJ58ZAOoZpH7Yo94pLgpqWmPt4nvg@mail.gmail.com (mailing list archive)
State Mainlined, archived
Commit e5a5af7718610c819c4d368bb62655ee43a38011
Headers show
Series arm64: remove obsolete selection of MULTI_IRQ_HANDLER | expand

Commit Message

Matthias Kaehlcke March 20, 2019, 5:20 p.m. UTC
The arm64 config selects MULTI_IRQ_HANDLER, which was renamed to
GENERIC_IRQ_MULTI_HANDLER by commit 4c301f9b6a94 ("ARM: Convert
to GENERIC_IRQ_MULTI_HANDLER"). The 'new' option is already
selected, so just remove the obsolete entry.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
---
 arch/arm64/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Catalin Marinas March 20, 2019, 5:41 p.m. UTC | #1
On Wed, Mar 20, 2019 at 10:20:56AM -0700, Matthias Kaehlcke wrote:
> The arm64 config selects MULTI_IRQ_HANDLER, which was renamed to
> GENERIC_IRQ_MULTI_HANDLER by commit 4c301f9b6a94 ("ARM: Convert
> to GENERIC_IRQ_MULTI_HANDLER"). The 'new' option is already
> selected, so just remove the obsolete entry.
> 
> Signed-off-by: Matthias Kaehlcke <mka@chromium.org>

Queued for 5.1-rc2. Thanks.
diff mbox series

Patch

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 117b2541ef3d..7e34b9eba5de 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -159,7 +159,6 @@  config ARM64
 	select IRQ_DOMAIN
 	select IRQ_FORCED_THREADING
 	select MODULES_USE_ELF_RELA
-	select MULTI_IRQ_HANDLER
 	select NEED_DMA_MAP_STATE
 	select NEED_SG_DMA_LENGTH
 	select OF