linux/net/dsa
Vivien Didelot 52c96f9d70 net: dsa: move notifier info to private header
The DSA notifier events and info structure definitions are not meant for
DSA drivers and users, but only used internally by the DSA core files.

Move them from the public net/dsa.h file to the private dsa_priv.h file.

Also use this opportunity to turn the events into an anonymous enum,
because we don't care about the values, and this will prevent future
conflicts when adding (and sorting) new events.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-05-22 19:37:32 -04:00
..
dsa2.c net: dsa: include dsa.h only once 2017-05-18 10:40:12 -04:00
dsa_priv.h net: dsa: move notifier info to private header 2017-05-22 19:37:32 -04:00
dsa.c net: dsa: include dsa.h only once 2017-05-18 10:40:12 -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: move VLAN handlers 2017-05-22 19:37:32 -04:00
slave.c net: dsa: move VLAN handlers 2017-05-22 19:37:32 -04:00
switch.c net: dsa: include dsa.h only once 2017-05-18 10:40:12 -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