[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20200417113351.43839-1-yanaijie@huawei.com>
Date: Fri, 17 Apr 2020 19:33:51 +0800
From: Jason Yan <yanaijie@...wei.com>
To: <f.fainelli@...il.com>, <tglx@...utronix.de>,
<jason@...edaemon.net>, <maz@...nel.org>, <justinpopo6@...il.com>,
<bcm-kernel-feedback-list@...adcom.com>,
<linux-mips@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: Jason Yan <yanaijie@...wei.com>, Hulk Robot <hulkci@...wei.com>
Subject: [PATCH v2] irqchip/irq-bcm7038-l1: make bcm7038_l1_of_init() static
Fix the following sparse warning:
drivers/irqchip/irq-bcm7038-l1.c:419:12: warning: symbol
'bcm7038_l1_of_init' was not declared. Should it be static?
Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: Jason Yan <yanaijie@...wei.com>
---
v1->v2: Reindent the second line of the function
drivers/irqchip/irq-bcm7038-l1.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/irqchip/irq-bcm7038-l1.c b/drivers/irqchip/irq-bcm7038-l1.c
index eb9bce93cd05..90cac1cac177 100644
--- a/drivers/irqchip/irq-bcm7038-l1.c
+++ b/drivers/irqchip/irq-bcm7038-l1.c
@@ -416,8 +416,8 @@ static const struct irq_domain_ops bcm7038_l1_domain_ops = {
.map = bcm7038_l1_map,
};
-int __init bcm7038_l1_of_init(struct device_node *dn,
- struct device_node *parent)
+static int __init bcm7038_l1_of_init(struct device_node *dn,
+ struct device_node *parent)
{
struct bcm7038_l1_chip *intc;
int idx, ret;
--
2.21.1
Powered by blists - more mailing lists