Revision 54638c6eaf445ecf901128599cfeb4620be47d2f authored by Denis Efremov on 10 July 2019, 18:03:24 UTC, committed by David S. Miller on 12 July 2019, 22:26:29 UTC
The variables phy_basic_ports_array, phy_fibre_port_array and
phy_all_ports_features_array are declared static and marked
EXPORT_SYMBOL_GPL(), which is at best an odd combination.
Because the variables were decided to be a part of API, this commit
removes the static attributes and adds the declarations to the header.

Fixes: 3c1bcc8614db ("net: ethernet: Convert phydev advertize and supported from u32 to link mode")
Signed-off-by: Denis Efremov <efremov@linux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent c1a970d
History
File Mode Size
.gitignore -rw-r--r-- 16 bytes
Makefile -rw-r--r-- 157 bytes
mei-amt-version.c -rw-r--r-- 13.0 KB

back to top