mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 05:39:42 -04:00
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:
committed by
Thomas Gleixner
parent
37e130c224
commit
a4d4d4a642
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user