]> www.infradead.org Git - users/jedix/linux-maple.git/commit
irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init()
authorMarek BehĂșn <kabel@kernel.org>
Wed, 7 Aug 2024 16:40:55 +0000 (18:40 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 8 Aug 2024 15:15:00 +0000 (17:15 +0200)
commit37e130c224fd0da168570003355fcbd091a87030
tree3da5ce36eba7c0a3a6991d769448a26a9d57ab06
parent0dbf9b6025e3d6092ad883541c090118e5361d98
irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init()

Add the __init attribute to the mpic_msi_init() function. It is only
called from the device initializer, and so can be dropped after boot is
complete.

Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/irq-armada-370-xp.c