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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;