Loading
irqchip/irq-pic32-evic: Define board_bind_eic_interrupt for !MIPS builds
The board_bind_eic_interrupt() pointer is MIPS specific. When compiling for other architectures it is undefined which breaks the build. Define it as a static variable when building for non MIPS architectures with COMPILE_TEST. 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-3-37f50d1f14af@redhat.com