Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Yue Haibing and committed by
David S. Miller
a6ab5c29 2c6af36b

-1
-1
drivers/net/phy/sfp.h
··· 37 37 void sfp_module_remove(struct sfp_bus *bus); 38 38 int sfp_module_start(struct sfp_bus *bus); 39 39 void sfp_module_stop(struct sfp_bus *bus); 40 - int sfp_link_configure(struct sfp_bus *bus, const struct sfp_eeprom_id *id); 41 40 struct sfp_bus *sfp_register_socket(struct device *dev, struct sfp *sfp, 42 41 const struct sfp_socket_ops *ops); 43 42 void sfp_unregister_socket(struct sfp_bus *bus);