aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Skidmore <donald.c.skidmore@intel.com>2009-09-25 12:20:57 +0000
committerDavid S. Miller <davem@davemloft.net>2009-09-26 20:16:05 -0700
commita71b4f5e2b42a773947625ce0a6367837f8d9359 (patch)
treef87293d318fe3c2f11b14db766f8760493fa50cc
parente1000: fix namespacecheck warnings (diff)
downloadlinux-dev-a71b4f5e2b42a773947625ce0a6367837f8d9359.tar.xz
linux-dev-a71b4f5e2b42a773947625ce0a6367837f8d9359.zip
e1000: cleanup unused prototype
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>
-rw-r--r--drivers/net/e1000/e1000_hw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h
index 2e42341ca1dd..9acfddb0dafb 100644
--- a/drivers/net/e1000/e1000_hw.h
+++ b/drivers/net/e1000/e1000_hw.h
@@ -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);