diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-02-22 12:31:34 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-24 17:40:46 -0800 |
commit | 47f706262f1d53aff4c67a4e74fbb051d60a7526 (patch) | |
tree | 560da5c52b0a384088b06b32201a4377c822f8be /net | |
parent | d7977107b393bfa66ef83d8513070ba23e0708dd (diff) | |
download | linux-47f706262f1d53aff4c67a4e74fbb051d60a7526.tar.bz2 |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/8021q/vlan_dev.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |