realtek: Add missing headers
authorOlliver Schinagl <oliver@schinagl.nl>
Thu, 25 May 2023 11:38:47 +0000 (13:38 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 3 Jun 2023 19:15:11 +0000 (21:15 +0200)
We are missing a bunch of headers, which trigger errors on 6.1, probably
due to changed header-in-header dependencies. Best add them now.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
target/linux/realtek/files-5.15/drivers/net/dsa/rtl83xx/common.c
target/linux/realtek/files-5.15/drivers/net/dsa/rtl83xx/dsa.c
target/linux/realtek/files-5.15/drivers/net/dsa/rtl83xx/rtl838x.c
target/linux/realtek/files-5.15/drivers/net/dsa/rtl83xx/rtl839x.c
target/linux/realtek/files-5.15/drivers/net/dsa/rtl83xx/rtl930x.c
target/linux/realtek/files-5.15/drivers/net/dsa/rtl83xx/rtl931x.c
target/linux/realtek/files-5.15/drivers/net/dsa/rtl83xx/tc.c

index 4b928f248be696f685ddb75fa6516e3669479d08..0434312afcef46aab62d30db5d0de0b673a8f94f 100644 (file)
@@ -6,6 +6,8 @@
 #include <net/nexthop.h>
 #include <net/neighbour.h>
 #include <net/netevent.h>
+#include <linux/etherdevice.h>
+#include <linux/if_vlan.h>
 #include <linux/inetdevice.h>
 #include <linux/rhashtable.h>
 #include <linux/of_net.h>
index 5b5608b9b4a181e805d2f94eb7d668ebbfb43bc8..5744c70ea3f0fd09370dfbfe44f4dc062a061381 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 
 #include <net/dsa.h>
+#include <linux/etherdevice.h>
 #include <linux/if_bridge.h>
 #include <asm/mach-rtl838x/mach-rtl83xx.h>
 
index 0f9c3c33a4c4fd7b2f4d0a497704251293962750..adff404fddd43027f102f68751e01ee1a338e4c2 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 
 #include <asm/mach-rtl838x/mach-rtl83xx.h>
+#include <linux/etherdevice.h>
 #include <linux/iopoll.h>
 #include <net/nexthop.h>
 
index fe5572a4476ebb851c1d5a6b25589a177503696c..ff80a9074edf1eb714b941542e67296c272173e4 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 
 #include <asm/mach-rtl838x/mach-rtl83xx.h>
+#include <linux/etherdevice.h>
 
 #include "rtl83xx.h"
 
index e65f95e9f15ac1f3693e61f2f3dce256aba739f1..c4f200bc0e02e91b763e2d78ea8e063cffdb6377 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 
 #include <asm/mach-rtl838x/mach-rtl83xx.h>
+#include <linux/etherdevice.h>
 #include <linux/inetdevice.h>
 
 #include "rtl83xx.h"
index 5e1b00add59346e301e3b66cbb27d3264d1cf5f3..3221109c1804cae744bf325a3282d1ef25d39cda 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 
 #include <asm/mach-rtl838x/mach-rtl83xx.h>
+#include <linux/etherdevice.h>
 
 #include "rtl83xx.h"
 
index 2c2175922c283e8d39585715ff077605d219114c..3f7c31e04d38ea47b757b1df47f722dc02236cf5 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <net/dsa.h>
 #include <linux/delay.h>
+#include <linux/etherdevice.h>
 #include <linux/netdevice.h>
 #include <net/flow_offload.h>
 #include <linux/rhashtable.h>