From bb7e91243dbd06d7e0a8ed864230746814dcbac5 Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Thu, 29 May 2025 14:22:38 -0400 Subject: [PATCH] realtek: 6.12: add missing include The new kernel has relocated the definition of struct platform_device. Signed-off-by: Markus Stockhausen Link: https://github.com/openwrt/openwrt/pull/18935 Signed-off-by: Robert Marko --- target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c index 876ae4fd9b4..9aa847d9c46 100644 --- a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c +++ b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include