Skip to content

Commit 57733e0

Browse files
author
Marc Zyngier
committed
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>
1 parent d26dd41 commit 57733e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/irqchip/irq-bcm2836.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ static int bcm2836_cpu_dying(unsigned int cpu)
244244

245245
#define BITS_PER_MBOX 32
246246

247-
static void bcm2836_arm_irqchip_smp_init(void)
247+
static void __init bcm2836_arm_irqchip_smp_init(void)
248248
{
249249
struct irq_fwspec ipi_fwspec = {
250250
.fwnode = intc.domain->fwnode,

0 commit comments

Comments
 (0)