Commit 47f70626 authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller

net: Remove switchdev.h inclusion from team/bond/vlan

This is no longer necessary after eca59f69 ("net: Remove support for bridge bypass ndos from stacked devices")
Suggested-by: default avatarIdo Schimmel <idosch@mellanox.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Reviewed-by: default avatarAndy Gospodarek <andy@greyhouse.net>
Acked-by: default avatarJiri Pirko <jiri@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d7977107
...@@ -77,7 +77,6 @@ ...@@ -77,7 +77,6 @@
#include <net/pkt_sched.h> #include <net/pkt_sched.h>
#include <linux/rculist.h> #include <linux/rculist.h>
#include <net/flow_dissector.h> #include <net/flow_dissector.h>
#include <net/switchdev.h>
#include <net/bonding.h> #include <net/bonding.h>
#include <net/bond_3ad.h> #include <net/bond_3ad.h>
#include <net/bond_alb.h> #include <net/bond_alb.h>
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include <net/genetlink.h> #include <net/genetlink.h>
#include <net/netlink.h> #include <net/netlink.h>
#include <net/sch_generic.h> #include <net/sch_generic.h>
#include <net/switchdev.h>
#include <generated/utsrelease.h> #include <generated/utsrelease.h>
#include <linux/if_team.h> #include <linux/if_team.h>
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <linux/ethtool.h> #include <linux/ethtool.h>
#include <linux/phy.h> #include <linux/phy.h>
#include <net/arp.h> #include <net/arp.h>
#include <net/switchdev.h>
#include "vlan.h" #include "vlan.h"
#include "vlanproc.h" #include "vlanproc.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment