Message ID | 20230805105740.45980-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a6ab5c29b8d2039db885e26058ed8f8853e383ab |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] net: sfp: Remove unused function declaration sfp_link_configure() | expand |
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Sat, 5 Aug 2023 18:57:40 +0800 you wrote: > Commit ce0aa27ff3f6 ("sfp: add sfp-bus to bridge between network devices and sfp cages") > declared but never implemented it. > > Signed-off-by: Yue Haibing <yuehaibing@huawei.com> > --- > drivers/net/phy/sfp.h | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - [net-next] net: sfp: Remove unused function declaration sfp_link_configure() https://git.kernel.org/netdev/net-next/c/a6ab5c29b8d2 You are awesome, thank you!
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);
Commit ce0aa27ff3f6 ("sfp: add sfp-bus to bridge between network devices and sfp cages") declared but never implemented it. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> --- drivers/net/phy/sfp.h | 1 - 1 file changed, 1 deletion(-)