Re: [PATCH net-next] net: dsa: Fix duplicate object rule

2017-02-09 Thread David Miller
From: Florian Fainelli 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: Fl

Re: [PATCH net-next] net: dsa: Fix duplicate object rule

2017-02-08 Thread Vivien Didelot
Hi Florian, Florian Fainelli 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 Reviewe

[PATCH net-next] net: dsa: Fix duplicate object rule

2017-02-08 Thread 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 --- net/dsa/Makefile | 1 - 1 file changed, 1 deletion(-)