alistair23-linux/net/dsa
Vivien Didelot 23c9ee4934 net: dsa: remove dev arg of dsa_register_switch
The current dsa_register_switch function takes a useless struct device
pointer argument, which always equals ds->dev.

Drivers either call it with ds->dev, or with the same device pointer
passed to dsa_switch_alloc, which ends up being assigned to ds->dev.

This patch removes the second argument of the dsa_register_switch and
_dsa_register_switch functions.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-05-31 12:35:43 -04:00
..
dsa.c net: dsa: include dsa.h only once 2017-05-18 10:40:12 -04:00
dsa2.c net: dsa: remove dev arg of dsa_register_switch 2017-05-31 12:35:43 -04:00
dsa_priv.h net: dsa: support cross-chip ageing time 2017-05-24 16:27:47 -04:00
Kconfig net: dsa: Sort DSA tagging protocol drivers 2017-05-17 15:19:40 -04:00
legacy.c net: dsa: include dsa.h only once 2017-05-18 10:40:12 -04:00
Makefile net: dsa: move port state setters 2017-05-22 19:37:32 -04:00
port.c net: dsa: support cross-chip ageing time 2017-05-24 16:27:47 -04:00
slave.c net: dsa: remove dsa_port_is_bridged 2017-05-30 18:13:41 -04:00
switch.c net: dsa: support cross-chip ageing time 2017-05-24 16:27:47 -04:00
tag_brcm.c net: dsa: include dsa.h only once 2017-05-18 10:40:12 -04:00
tag_dsa.c net: dsa: include dsa.h only once 2017-05-18 10:40:12 -04:00
tag_edsa.c net: dsa: include dsa.h only once 2017-05-18 10:40:12 -04:00
tag_lan9303.c net: dsa: include dsa.h only once 2017-05-18 10:40:12 -04:00
tag_mtk.c net: dsa: include dsa.h only once 2017-05-18 10:40:12 -04:00
tag_qca.c net: dsa: include dsa.h only once 2017-05-18 10:40:12 -04:00
tag_trailer.c net: dsa: include dsa.h only once 2017-05-18 10:40:12 -04:00