aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/Makefile
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2019-04-28 02:56:23 +0200
committerDavid S. Miller <davem@davemloft.net>2019-04-30 23:15:35 -0400
commit93e86b3bc842c159a60e6987444bf3952adcd4db (patch)
tree8eaf6bda037dcc454785d16414cecbdcf069b335 /net/dsa/Makefile
parentnet: dsa: mv88e6060: Remove support for legacy probing (diff)
downloadlinux-dev-93e86b3bc842c159a60e6987444bf3952adcd4db.tar.xz
linux-dev-93e86b3bc842c159a60e6987444bf3952adcd4db.zip
net: dsa: Remove legacy probing support
Now that all drivers can be probed using more traditional methods, remove the legacy probe code. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Makefile')
-rw-r--r--net/dsa/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dsa/Makefile b/net/dsa/Makefile
index 717ac1618100..8a737b6ee94c 100644
--- a/net/dsa/Makefile
+++ b/net/dsa/Makefile
@@ -2,7 +2,6 @@
# the core
obj-$(CONFIG_NET_DSA) += dsa_core.o
dsa_core-y += dsa.o dsa2.o master.o port.o slave.o switch.o
-dsa_core-$(CONFIG_NET_DSA_LEGACY) += legacy.o
# tagging formats
obj-$(CONFIG_NET_DSA_TAG_BRCM_COMMON) += tag_brcm.o