diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-02-22 21:31:34 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-25 02:40:46 +0100 |
commit | 47f706262f1d53aff4c67a4e74fbb051d60a7526 (patch) | |
tree | 560da5c52b0a384088b06b32201a4377c822f8be | |
parent | nfp: Remove switchdev.h inclusion (diff) | |
download | linux-47f706262f1d53aff4c67a4e74fbb051d60a7526.tar.xz linux-47f706262f1d53aff4c67a4e74fbb051d60a7526.zip |
net: Remove switchdev.h inclusion from team/bond/vlan
This is no longer necessary after eca59f691566 ("net: Remove support for bridge bypass ndos from stacked devices")
Suggested-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andy Gospodarek <andy@greyhouse.net>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/bonding/bond_main.c | 1 | ||||
-rw-r--r-- | drivers/net/team/team.c | 1 | ||||
-rw-r--r-- | net/8021q/vlan_dev.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 537c90c8eb0a..b59708c35faf 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c @@ -77,7 +77,6 @@ #include <net/pkt_sched.h> #include <linux/rculist.h> #include <net/flow_dissector.h> -#include <net/switchdev.h> #include <net/bonding.h> #include <net/bond_3ad.h> #include <net/bond_alb.h> diff --git a/drivers/net/team/team.c b/drivers/net/team/team.c index 6ce3f666d142..6ed96fdfd96d 100644 --- a/drivers/net/team/team.c +++ b/drivers/net/team/team.c @@ -28,7 +28,6 @@ #include <net/genetlink.h> #include <net/netlink.h> #include <net/sch_generic.h> -#include <net/switchdev.h> #include <generated/utsrelease.h> #include <linux/if_team.h> diff --git a/net/8021q/vlan_dev.c b/net/8021q/vlan_dev.c index b2d9c8f27cd7..15293c2a5dd8 100644 --- a/net/8021q/vlan_dev.c +++ b/net/8021q/vlan_dev.c @@ -31,7 +31,6 @@ #include <linux/ethtool.h> #include <linux/phy.h> #include <net/arp.h> -#include <net/switchdev.h> #include "vlan.h" #include "vlanproc.h" |