The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH net-next] ethtool: cmis_cdb: Remove unused declaration ethtool_cmis_page_fini()
@ 2024-08-03 11:22 Yue Haibing
  2024-08-04  8:08 ` Danielle Ratson
  2024-08-06 20:28 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Yue Haibing @ 2024-08-03 11:22 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, danieller, yuehaibing; +Cc: netdev, linux-kernel

ethtool_cmis_page_fini() is declared but never implemented.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 net/ethtool/cmis.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/ethtool/cmis.h b/net/ethtool/cmis.h
index e71cc3e1b7eb..3e7c293af78c 100644
--- a/net/ethtool/cmis.h
+++ b/net/ethtool/cmis.h
@@ -108,7 +108,6 @@ void ethtool_cmis_cdb_check_completion_flag(u8 cmis_rev, u8 *flags);
 
 void ethtool_cmis_page_init(struct ethtool_module_eeprom *page_data,
 			    u8 page, u32 offset, u32 length);
-void ethtool_cmis_page_fini(struct ethtool_module_eeprom *page_data);
 
 struct ethtool_cmis_cdb *
 ethtool_cmis_cdb_init(struct net_device *dev,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-06 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03 11:22 [PATCH net-next] ethtool: cmis_cdb: Remove unused declaration ethtool_cmis_page_fini() Yue Haibing
2024-08-04  8:08 ` Danielle Ratson
2024-08-06 20:28 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox