]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
irqchip/qcom-irq-combiner: Fix section mismatch
authorJohan Hovold <johan@kernel.org>
Mon, 13 Oct 2025 09:46:09 +0000 (11:46 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Oct 2025 09:30:38 +0000 (11:30 +0200)
commit9b685058ca936752285c5520d351b828312ac965
tree4a555955788659e731fc0472844546d5e0de4558
parentf798bdb9aa81c425184f92e3d0b44d3b53d10da7
irqchip/qcom-irq-combiner: Fix section mismatch

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

Fixes: f20cc9b00c7b ("irqchip/qcom: Add IRQ combiner driver")
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/qcom-irq-combiner.c