The driver header for qca8k includes the legacy GPIO header but does not use any symbols from it and actually wants so fix this up. Signed-off-by: Linus Walleij --- drivers/net/dsa/qca/qca8k.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/dsa/qca/qca8k.h b/drivers/net/dsa/qca/qca8k.h index d046679265fa..1a00e2f62fef 100644 --- a/drivers/net/dsa/qca/qca8k.h +++ b/drivers/net/dsa/qca/qca8k.h @@ -10,7 +10,7 @@ #include #include -#include +#include #include #include --- base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f change-id: 20260327-net-dsa-qca8k-f37d0a9fba3f Best regards, -- Linus Walleij