irqchip/armada-370-xp: Put __init attribute after return type in mpic_ipi_init()

For consistency with the rest of the driver, put the __init attribute
after the return type of the mpic_ipi_init() function.

Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Marek Behún
2024-08-07 18:40:56 +02:00
committed by Thomas Gleixner
parent 37e130c224
commit a4d4d4a642

View File

@@ -456,7 +456,7 @@ static void mpic_ipi_resume(void)
}
}
static __init int mpic_ipi_init(struct device_node *node)
static int __init mpic_ipi_init(struct device_node *node)
{
int base_ipi;