Commit c3c50d4c authored by Yue Haibing's avatar Yue Haibing Committed by Tony Nguyen
Browse files

igb: Cleanup unused declarations



e1000_init_function_pointers_82575() is never implemented and used since
commit 9d5c8243 ("igb: PCI-Express 82575 Gigabit Ethernet driver").
And commit 9835fd73 ("igb: Add new function to read part number from
EEPROM in string format") removed igb_read_part_num() implementation.

Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Reviewed-by: default avatarMaciej Fijalkowski <maciej.fijalkowski@intel.com>
Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
parent cb31d19a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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);