Skip to content

Commit edfa53d

Browse files
Yue Haibingkuba-moo
authored andcommitted
ethtool: cmis_cdb: Remove unused declaration ethtool_cmis_page_fini()
ethtool_cmis_page_fini() is declared but never implemented. Signed-off-by: Yue Haibing <[email protected]> Reviewed-by: Danielle Ratson <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 871cdea commit edfa53d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/ethtool/cmis.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ void ethtool_cmis_cdb_check_completion_flag(u8 cmis_rev, u8 *flags);
108108

109109
void ethtool_cmis_page_init(struct ethtool_module_eeprom *page_data,
110110
u8 page, u32 offset, u32 length);
111-
void ethtool_cmis_page_fini(struct ethtool_module_eeprom *page_data);
112111

113112
struct ethtool_cmis_cdb *
114113
ethtool_cmis_cdb_init(struct net_device *dev,

0 commit comments

Comments
 (0)