summaryrefslogtreecommitdiffstats
path: root/net/dsa
diff options
context:
space:
mode:
authorFlorian Fainelli2017-02-08 23:40:04 +0100
committerDavid S. Miller2017-02-09 23:11:09 +0100
commit50f008e583d11b3133f23f29b05a0fcac2af3b40 (patch)
tree0c0ad0d89c4509b4cc0d01f2c220d7ea7ca35d22 /net/dsa
parentMerge branch 'qcom-emac-more-ethtool' (diff)
downloadkernel-qcow2-linux-50f008e583d11b3133f23f29b05a0fcac2af3b40.tar.gz
kernel-qcow2-linux-50f008e583d11b3133f23f29b05a0fcac2af3b40.tar.xz
kernel-qcow2-linux-50f008e583d11b3133f23f29b05a0fcac2af3b40.zip
net: dsa: Fix duplicate object rule
While adding switch.o to the list of DSA object files, we essentially duplicated the previous obj-y line and just added switch.o, remove the duplicate. Fixes: f515f192ab4f ("net: dsa: add switch notifier") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa')
-rw-r--r--net/dsa/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dsa/Makefile b/net/dsa/Makefile
index 72912982de3d..31d343796251 100644
--- a/net/dsa/Makefile
+++ b/net/dsa/Makefile
@@ -1,6 +1,5 @@
# the core
obj-$(CONFIG_NET_DSA) += dsa_core.o
-dsa_core-y += dsa.o slave.o dsa2.o
dsa_core-y += dsa.o slave.o dsa2.o switch.o
# tagging formats