diff options
author | Max Filippov | 2018-08-13 18:21:08 -0700 |
---|---|---|
committer | Max Filippov | 2018-08-20 12:28:05 -0700 |
commit | 8b5163eb988067093064ecb10265da27fd000cad (patch) | |
tree | f1d0d64d9d5612df0a00511f6595e1a70061eaf0 /arch/xtensa/kernel/irq.c | |
parent | fc862ee9976f0490a20b2a2b8ae0c4fbeb7bbf13 (diff) |
xtensa: drop variant IRQ support
If an xtensa core provides an additional IRQ controller it should be
treated as a separate piece of hardware and be driven by an irqchip
driver.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/kernel/irq.c')
-rw-r--r-- | arch/xtensa/kernel/irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/irq.c b/arch/xtensa/kernel/irq.c index 18e4ef34ac45..a48bf2d10ac2 100644 --- a/arch/xtensa/kernel/irq.c +++ b/arch/xtensa/kernel/irq.c @@ -158,7 +158,6 @@ void __init init_IRQ(void) #ifdef CONFIG_SMP ipi_init(); #endif - variant_init_irq(); } #ifdef CONFIG_HOTPLUG_CPU |