mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02: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:
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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user