Re: [PATCH net-next 3/7] net: dsa: remove unused arguments of tagger rcv

2017-05-30 Thread Andrew Lunn
On Tue, May 30, 2017 at 10:21:27AM -0400, Vivien Didelot wrote: > The struct dsa_device_ops defines the rcv function with 2 unused > arguments struct packet_type *pt, and struct net_device *orig_dev. > > This patch removes them from the definition and implementations. > > Signed-off-by: Vivien Di

[PATCH net-next 3/7] net: dsa: remove unused arguments of tagger rcv

2017-05-30 Thread Vivien Didelot
The struct dsa_device_ops defines the rcv function with 2 unused arguments struct packet_type *pt, and struct net_device *orig_dev. This patch removes them from the definition and implementations. Signed-off-by: Vivien Didelot --- net/dsa/dsa.c | 2 +- net/dsa/dsa_priv.h| 4 +--- ne