diff options
author | Denis Efremov | 2019-07-10 20:03:24 +0200 |
---|---|---|
committer | David S. Miller | 2019-07-13 00:26:29 +0200 |
commit | 54638c6eaf445ecf901128599cfeb4620be47d2f (patch) | |
tree | 5b14a3eb40917022fdc0282c0a55f4b06a181473 /net/tipc/bcast.c | |
parent | net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd() (diff) | |
download | kernel-qcow2-linux-54638c6eaf445ecf901128599cfeb4620be47d2f.tar.gz kernel-qcow2-linux-54638c6eaf445ecf901128599cfeb4620be47d2f.tar.xz kernel-qcow2-linux-54638c6eaf445ecf901128599cfeb4620be47d2f.zip |
net: phy: make exported variables non-static
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>
Diffstat (limited to 'net/tipc/bcast.c')
0 files changed, 0 insertions, 0 deletions