From 9c99843659c98c3c60cdc676bf6d495653d71641 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Mon, 27 Apr 2026 19:42:55 +0800 Subject: [PATCH] bcm27xx: update irq-msi-lib.h header path Fix build error: drivers/irqchip/irq-bcm2712-mip.c:14:10: fatal error: irq-msi-lib.h: No such file or directory 14 | #include "irq-msi-lib.h" | ^~~~~~~~~~~~~~~ Fixes: ba7aa2a97153 ("generic: backport MSI affinity support for DW PCIe") Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/23125 Signed-off-by: Robert Marko --- ...1-irqchip-Add-Broadcom-bcm2712-MSI-X-interrupt-control.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/bcm27xx/patches-6.12/950-0901-irqchip-Add-Broadcom-bcm2712-MSI-X-interrupt-control.patch b/target/linux/bcm27xx/patches-6.12/950-0901-irqchip-Add-Broadcom-bcm2712-MSI-X-interrupt-control.patch index cf917e1f38..099c189f78 100644 --- a/target/linux/bcm27xx/patches-6.12/950-0901-irqchip-Add-Broadcom-bcm2712-MSI-X-interrupt-control.patch +++ b/target/linux/bcm27xx/patches-6.12/950-0901-irqchip-Add-Broadcom-bcm2712-MSI-X-interrupt-control.patch @@ -78,7 +78,7 @@ Signed-off-by: Stanimir Varbanov +#include -#include -+#include "irq-msi-lib.h" ++#include -#define MIP_INT_RAISED 0x00 -#define MIP_INT_CLEARED 0x10