net: phy: Make phy_10gbit_fec_features_array static
authorAndrew Lunn <andrew@lunn.ch>
Tue, 7 Jul 2020 01:49:36 +0000 (03:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jul 2020 19:47:10 +0000 (12:47 -0700)
commit4f2b38e3ea4a64ea23e313a78d9974ca6b5d7703
tree9c7a4f9fd20a7a2c5cb34e04d3403ac5b69f15fe
parent3970ed49a46bd0b062870edcc0894b2bd820371d
net: phy: Make phy_10gbit_fec_features_array static

This array is not used outside of phy_device.c, so make it static.

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy_device.c