irqchip/mst: Make mst_intc_of_init static
mst_intc_of_init has no external caller, so let's make it static. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Marc Zyngier <maz@kernel.org>
This commit is contained in:
parent
61b0648d56
commit
893a7cfb6b
@ -154,8 +154,8 @@ static const struct irq_domain_ops mst_intc_domain_ops = {
|
|||||||
.free = irq_domain_free_irqs_common,
|
.free = irq_domain_free_irqs_common,
|
||||||
};
|
};
|
||||||
|
|
||||||
int __init
|
static int __init mst_intc_of_init(struct device_node *dn,
|
||||||
mst_intc_of_init(struct device_node *dn, struct device_node *parent)
|
struct device_node *parent)
|
||||||
{
|
{
|
||||||
struct irq_domain *domain, *domain_parent;
|
struct irq_domain *domain, *domain_parent;
|
||||||
struct mst_intc_chip_data *cd;
|
struct mst_intc_chip_data *cd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user