]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
net: Remove switchdev.h inclusion from team/bond/vlan
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 22 Feb 2019 20:31:34 +0000 (12:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 01:40:46 +0000 (17:40 -0800)
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>
drivers/net/bonding/bond_main.c
drivers/net/team/team.c
net/8021q/vlan_dev.c

index 537c90c8eb0acf953ae1928806fbf0eb540cb47c..b59708c35fafe87a926f4b47c81d89ba56f695e4 100644 (file)
@@ -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>
index 6ce3f666d142a801f195451e33f6eab3d1a2f4c6..6ed96fdfd96dd5a858e8416fcfcfa8c78c628e2a 100644 (file)
@@ -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>
 
index b2d9c8f27cd71408a98eed0aa20ba0503ca2286c..15293c2a5dd821d39233c177d540e4db7407b110 100644 (file)
@@ -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"