]> Gentwo Git Trees - linux/.git/commit
irqchip/starfive-jh8100: Fix section mismatch
authorJohan Hovold <johan@kernel.org>
Mon, 13 Oct 2025 09:46:08 +0000 (11:46 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Oct 2025 09:30:38 +0000 (11:30 +0200)
commitf798bdb9aa81c425184f92e3d0b44d3b53d10da7
tree676169b0fe4494029edd53a033df465a0a407378
parent5b338fbb2b5b21d61a9eaba14dcf43108de30258
irqchip/starfive-jh8100: Fix section mismatch

Platform drivers can be probed after their init sections have been
discarded so the irqchip init callback must not live in init.

Fixes: e4e535036173 ("irqchip: Add StarFive external interrupt controller")
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Changhuang Liang <changhuang.liang@starfivetech.com>
drivers/irqchip/irq-starfive-jh8100-intc.c