]> git.ipfire.org Git - thirdparty/linux.git/commit
irqchip/irq-pic32-evic: Don't define plat_irq_dispatch() for !MIPS builds
authorBrian Masney <bmasney@redhat.com>
Sun, 22 Feb 2026 23:43:45 +0000 (18:43 -0500)
committerThomas Gleixner <tglx@kernel.org>
Tue, 24 Feb 2026 07:15:43 +0000 (08:15 +0100)
commit15f9b251fe404997eef1d7685877479364c4cfcb
treea4f242064c5e3ba25bea226fdafaa7b5c8562ff0
parent86be659415b0ddefebc3120e309091aa215a9064
irqchip/irq-pic32-evic: Don't define plat_irq_dispatch() for !MIPS builds

plat_irq_dispatch() is specific to the MIPS architecture, so only include
it when the driver is compiled on that architecture. This is in preparation
for allowing this driver to be compiled on all architectures.

Signed-off-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260222-irqchip-pic32-v1-2-37f50d1f14af@redhat.com
drivers/irqchip/irq-pic32-evic.c