Skip to content

Commit

Permalink
e1000: cleanup unused prototype
Browse files Browse the repository at this point in the history
The function e1000_enable_tx_pkt_filtering() was removed in
a previous cleanup patch.  this removes the no longer used
prototype.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Don Skidmore authored and David S. Miller committed Sep 27, 2009
1 parent 11b7f7b commit a71b4f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/e1000/e1000_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ struct e1000_host_mng_dhcp_cookie {
#endif

bool e1000_check_mng_mode(struct e1000_hw *hw);
bool e1000_enable_tx_pkt_filtering(struct e1000_hw *hw);
s32 e1000_read_eeprom(struct e1000_hw *hw, u16 reg, u16 words, u16 * data);
s32 e1000_validate_eeprom_checksum(struct e1000_hw *hw);
s32 e1000_update_eeprom_checksum(struct e1000_hw *hw);
Expand Down

0 comments on commit a71b4f5

Please sign in to comment.