]> Gentwo Git Trees - linux/.git/commit
irqchip/qcom-irq-combiner: Rename driver structure
authorJohan Hovold <johan@kernel.org>
Fri, 17 Oct 2025 05:52:26 +0000 (07:52 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 17 Oct 2025 13:18:18 +0000 (15:18 +0200)
commita7f25e00c4c97d4842117fba06b4c6064ba1e354
tree1b2205b5d33fe0386128fc2ae607cd4dbcfc05d0
parent3a16b053840e04c45325dc313a23986ec7f37a50
irqchip/qcom-irq-combiner: Rename driver structure

The "_probe" suffix of the driver structure name prevents modpost from
warning about section mismatches so replace it to catch any future
issues like the recently fixed probe function being incorrectly marked
as __init.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/qcom-irq-combiner.c