igb: Cleanup unused declarations
authorYue Haibing <yuehaibing@huawei.com>
Tue, 3 Sep 2024 12:22:33 +0000 (20:22 +0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 8 Oct 2024 22:22:32 +0000 (15:22 -0700)
e1000_init_function_pointers_82575() is never implemented and used since
commit 9d5c824399de ("igb: PCI-Express 82575 Gigabit Ethernet driver").
And commit 9835fd7321a6 ("igb: Add new function to read part number from
EEPROM in string format") removed igb_read_part_num() implementation.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/igb/e1000_mac.h
drivers/net/ethernet/intel/igb/e1000_nvm.h

index 6e110f28f92260e0272ff61b689e1cc467c7c7ce..529b7d18b662389958b0c87de8794e395b1b0055 100644 (file)
@@ -63,6 +63,5 @@ enum e1000_mng_mode {
 
 #define E1000_MNG_DHCP_COOKIE_STATUS_VLAN      0x2
 
-void e1000_init_function_pointers_82575(struct e1000_hw *hw);
 
 #endif
index 091cddf4ada80cc74f25dbd76d7b6b001851492e..4f652ab713b3d40cb8318cea92b3fdf4449b8b27 100644 (file)
@@ -7,7 +7,6 @@
 s32  igb_acquire_nvm(struct e1000_hw *hw);
 void igb_release_nvm(struct e1000_hw *hw);
 s32  igb_read_mac_addr(struct e1000_hw *hw);
-s32  igb_read_part_num(struct e1000_hw *hw, u32 *part_num);
 s32  igb_read_part_string(struct e1000_hw *hw, u8 *part_num,
                          u32 part_num_size);
 s32  igb_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);