irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline()
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 20 Oct 2021 18:48:48 +0000 (11:48 -0700)
committerMarc Zyngier <maz@kernel.org>
Wed, 20 Oct 2021 19:06:32 +0000 (20:06 +0100)
commit57de689ce7829219db007dca5c88ae023a8be2d3
treee0a726ed94c3f1e72f6bc6379b0fe1541fb1b2bc
parentbf8bde41d296849fd5f9db8becd71ad4e84bc521
irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline()

With arch/mips/kernel/smp-bmips.c having been migrated away from
irq_cpu_offline() and use irq_migrate_all_off_this_cpu() instead, we no
longer need to implement an .irq_cpu_offline() callback. This is a
necessary change to facilitate the building of this driver as a module.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20211020184859.2705451-3-f.fainelli@gmail.com
drivers/irqchip/irq-bcm7038-l1.c