irqchip/bcm2836: Fix missing __init annotation
authorMarc Zyngier <maz@kernel.org>
Sun, 25 Oct 2020 11:10:29 +0000 (11:10 +0000)
committerMarc Zyngier <maz@kernel.org>
Sun, 25 Oct 2020 11:10:29 +0000 (11:10 +0000)
commit57733e009f0c7e0526e10a18be12f56996c5460e
tree8df134105c0ecd78a0631d185238273e6ed1ee19
parentd26dd4131d0d6ad7aa294a7f8d18782b47c27c93
irqchip/bcm2836: Fix missing __init annotation

bcm2836_arm_irqchip_smp_init() calls set_smp_ipi_range(), which has
an __init annotation. Make sure the caller has the same annotation.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/irq-bcm2836.c