OSDN Git Service

net: dsa: Make PHYLINK related function static again
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 16 Dec 2019 18:32:47 +0000 (10:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2019 22:17:46 +0000 (14:17 -0800)
commit8ae674964e67eb7deb3f0e489bfe9c102a7990b0
tree0c9e033f973bcc5b9d326ac4789d725028da973b
parentb7ffa045e7000d5410bf206454e0cb8de0428ed5
net: dsa: Make PHYLINK related function static again

Commit 77373d49de22 ("net: dsa: Move the phylink driver calls into
port.c") moved and exported a bunch of symbols, but they are not used
outside of net/dsa/port.c at the moment, so no reason to export them.

Reported-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Vivien Didelot <vivien.didelot@gmail.com>
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Acked-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/dsa_priv.h
net/dsa/port.c