Commit 893a7cfb authored by Marc Zyngier's avatar Marc Zyngier

irqchip/mst: Make mst_intc_of_init static

mst_intc_of_init has no external caller, so let's make it static.
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent 61b0648d
......@@ -154,8 +154,8 @@ static const struct irq_domain_ops mst_intc_domain_ops = {
.free = irq_domain_free_irqs_common,
};
int __init
mst_intc_of_init(struct device_node *dn, struct device_node *parent)
static int __init mst_intc_of_init(struct device_node *dn,
struct device_node *parent)
{
struct irq_domain *domain, *domain_parent;
struct mst_intc_chip_data *cd;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment