]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
irqchip/armada-370-xp: Put __init attribute after return type in mpic_ipi_init()
authorMarek BehĂșn <kabel@kernel.org>
Wed, 7 Aug 2024 16:40:56 +0000 (18:40 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 8 Aug 2024 15:15:00 +0000 (17:15 +0200)
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>
drivers/irqchip/irq-armada-370-xp.c

index f5a693745785e28aa9067f047766ceea1b2058b7..07004ecec165521fe9ebf6b94947a60d947a3d74 100644 (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;