diff options
| author | Heiner Kallweit <hkallweit1@gmail.com> | 2025-02-14 00:49:19 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-02-15 04:07:45 +0300 |
| commit | d3a0e217f850a768851974a6efbd70f5673bb584 (patch) | |
| tree | a1fc72fc44242fb39ef5d572390389f06e78c5f4 /include/linux | |
| parent | ea47e70e476ffb3fc8969c842d95609da24266b1 (diff) | |
| download | linux-d3a0e217f850a768851974a6efbd70f5673bb584.tar.xz | |
net: phy: stop exporting feature arrays which aren't used outside phylib
Stop exporting feature arrays which aren't used outside phylib.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Mateusz Polchlopek <mateusz.polchlopek@intel.com>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/01886672-4880-4ca8-b7b0-94d40f6e0ec5@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/phy.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 245578ed710e..104c0b489991 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -54,11 +54,6 @@ extern __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_eee_cap2_features) __ro_after_init; #define PHY_EEE_CAP2_FEATURES ((unsigned long *)&phy_eee_cap2_features) extern const int phy_basic_ports_array[3]; -extern const int phy_10_100_features_array[4]; -extern const int phy_basic_t1_features_array[3]; -extern const int phy_basic_t1s_p2mp_features_array[2]; -extern const int phy_gbit_features_array[2]; -extern const int phy_10gbit_features_array[1]; /* * Set phydev->irq to PHY_POLL if interrupts are not supported, |
