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 <[email protected]>
@@ -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>
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <net/dsa.h>
#include <linux/if_bridge.h>
#include <asm/mach-rtl838x/mach-rtl83xx.h>
#include <linux/iopoll.h>
#include "rtl83xx.h"
@@ -2,6 +2,7 @@
#include <linux/delay.h>
#include <linux/netdevice.h>
#include <net/flow_offload.h>