]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/apple-aic: Mark aic_init_smp() as __init
authorDonghyeok Kim <dthex5d@gmail.com>
Sat, 4 Dec 2021 16:42:28 +0000 (01:42 +0900)
committerMarc Zyngier <maz@kernel.org>
Tue, 7 Dec 2021 09:33:11 +0000 (09:33 +0000)
commit3d9e575f2acef57528ed6950b5f8ba99f5e52f3f
tree25d0bf7d57052391e232067bbb842fcfcf78e5b2
parentc5e0cbe2858d278a27d5b3fe31890aea5be064c4
irqchip/apple-aic: Mark aic_init_smp() as __init

This function is only called from the driver init code.

Signed-off-by: Donghyeok Kim <dthex5d@gmail.com>
Acked-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20211204164228.5920-1-dthex5d@gmail.com
drivers/irqchip/irq-apple-aic.c