diff options
author | Yue Haibing <[email protected]> | 2023-08-05 18:57:40 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-08-07 08:53:55 +0100 |
commit | a6ab5c29b8d2039db885e26058ed8f8853e383ab (patch) | |
tree | 685f969855a6989555394be090410b6a6a0263e3 | |
parent | 2c6af36beb2e7e0066a74bc930e562f66ad88bb6 (diff) |
net: sfp: Remove unused function declaration sfp_link_configure()
Commit ce0aa27ff3f6 ("sfp: add sfp-bus to bridge between network devices and sfp cages")
declared but never implemented it.
Signed-off-by: Yue Haibing <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | drivers/net/phy/sfp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/phy/sfp.h b/drivers/net/phy/sfp.h index c7cb50d10099..1fd097dccb9f 100644 --- a/drivers/net/phy/sfp.h +++ b/drivers/net/phy/sfp.h @@ -37,7 +37,6 @@ int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id, void sfp_module_remove(struct sfp_bus *bus); int sfp_module_start(struct sfp_bus *bus); void sfp_module_stop(struct sfp_bus *bus); -int sfp_link_configure(struct sfp_bus *bus, const struct sfp_eeprom_id *id); struct sfp_bus *sfp_register_socket(struct device *dev, struct sfp *sfp, const struct sfp_socket_ops *ops); void sfp_unregister_socket(struct sfp_bus *bus); |