aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2020-10-25 11:10:29 +0000
committerMarc Zyngier <maz@kernel.org>2020-10-25 11:10:29 +0000
commit57733e009f0c7e0526e10a18be12f56996c5460e (patch)
tree8df134105c0ecd78a0631d185238273e6ed1ee19 /drivers/irqchip
parentirqchip/mips: Drop selection of IRQ_DOMAIN_HIERARCHY (diff)
downloadlinux-dev-57733e009f0c7e0526e10a18be12f56996c5460e.tar.xz
linux-dev-57733e009f0c7e0526e10a18be12f56996c5460e.zip
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>
Diffstat (limited to 'drivers/irqchip')
-rw-r--r--drivers/irqchip/irq-bcm2836.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-bcm2836.c b/drivers/irqchip/irq-bcm2836.c
index 97838eb705f9..cbc7c740e4dc 100644
--- a/drivers/irqchip/irq-bcm2836.c
+++ b/drivers/irqchip/irq-bcm2836.c
@@ -244,7 +244,7 @@ static int bcm2836_cpu_dying(unsigned int cpu)
#define BITS_PER_MBOX 32
-static void bcm2836_arm_irqchip_smp_init(void)
+static void __init bcm2836_arm_irqchip_smp_init(void)
{
struct irq_fwspec ipi_fwspec = {
.fwnode = intc.domain->fwnode,