[<prev] [next>] [day] [month] [year] [list]
Message-ID: <160425001099.397.15342637381773654216.tip-bot2@tip-bot2>
Date: Sun, 01 Nov 2020 17:00:10 -0000
From: "tip-bot2 for Marc Zyngier" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: kernel test robot <lkp@...el.com>, Marc Zyngier <maz@...nel.org>,
x86 <x86@...nel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [tip: irq/urgent] irqchip/bcm2836: Fix missing __init annotation
The following commit has been merged into the irq/urgent branch of tip:
Commit-ID: 57733e009f0c7e0526e10a18be12f56996c5460e
Gitweb: https://git.kernel.org/tip/57733e009f0c7e0526e10a18be12f56996c5460e
Author: Marc Zyngier <maz@...nel.org>
AuthorDate: Sun, 25 Oct 2020 11:10:29
Committer: Marc Zyngier <maz@...nel.org>
CommitterDate: Sun, 25 Oct 2020 11:10:29
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@...el.com>
Signed-off-by: Marc Zyngier <maz@...nel.org>
---
drivers/irqchip/irq-bcm2836.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/irq-bcm2836.c b/drivers/irqchip/irq-bcm2836.c
index 97838eb..cbc7c74 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,
Powered by blists - more mailing lists