* [PATCH net-next] net: dsa: Fix duplicate object rule
@ 2017-02-08 22:40 Florian Fainelli
2017-02-08 22:43 ` Vivien Didelot
2017-02-09 22:11 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Florian Fainelli @ 2017-02-08 22:40 UTC (permalink / raw)
To: netdev; +Cc: davem, andrew, vivien.didelot, Florian Fainelli
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>
---
net/dsa/Makefile | 1 -
1 file changed, 1 deletion(-)
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
--
2.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] net: dsa: Fix duplicate object rule
2017-02-08 22:40 [PATCH net-next] net: dsa: Fix duplicate object rule Florian Fainelli
@ 2017-02-08 22:43 ` Vivien Didelot
2017-02-09 22:11 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Vivien Didelot @ 2017-02-08 22:43 UTC (permalink / raw)
To: Florian Fainelli, netdev; +Cc: davem, andrew, Florian Fainelli
Hi Florian,
Florian Fainelli <f.fainelli@gmail.com> writes:
> 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>
My bad, thanks!
Vivien
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] net: dsa: Fix duplicate object rule
2017-02-08 22:40 [PATCH net-next] net: dsa: Fix duplicate object rule Florian Fainelli
2017-02-08 22:43 ` Vivien Didelot
@ 2017-02-09 22:11 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2017-02-09 22:11 UTC (permalink / raw)
To: f.fainelli; +Cc: netdev, andrew, vivien.didelot
From: Florian Fainelli <f.fainelli@gmail.com>
Date: Wed, 8 Feb 2017 14:40:04 -0800
> 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>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-02-09 22:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-08 22:40 [PATCH net-next] net: dsa: Fix duplicate object rule Florian Fainelli
2017-02-08 22:43 ` Vivien Didelot
2017-02-09 22:11 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).