commit | c5fb8ead3283955dc68671f853017b181f96fdc1 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Mon Nov 21 15:55:39 2022 +0200 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Nov 22 20:41:45 2022 -0800 |
tree | bcbd8e4c141f12e2efdbec77d8e6168f646fcae3 | |
parent | 815bc3ac75e9e34727f8ca78380266f34a3b6c66 [diff] |
net: dsa: unexport dsa_dev_to_net_device() dsa.o and dsa2.o are linked into the same dsa_core.o, there is no reason to export this symbol when its only caller is local. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>