]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 13:02:31 +0000 (14:02 +0100)
commitdefdeae616070373e406fc6f69d343a0ecba15a0
tree8ce1f8561863b1e8bdfaf3f6841de1e6fb9fc93f
parentd4caa2df1f0812fe6c7eb8029ee3d62b7978e578
irqchip/qcom-irq-combiner: Fix section mismatch

[ Upstream commit 9b685058ca936752285c5520d351b828312ac965 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/irqchip/qcom-irq-combiner.c