aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/e1000_mac.h
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2009-09-17 14:52:29 +0000
committerDavid S. Miller <davem@davemloft.net>2009-09-21 11:32:33 -0700
commit44c852ead55b7450c8cff0dc90a3d48310300210 (patch)
treee8c56c564e83753da840080202766553c397d699 /drivers/net/igb/e1000_mac.h
parentixgbe: move rx queue RSC configuration to a separate function (diff)
downloadlinux-dev-44c852ead55b7450c8cff0dc90a3d48310300210.tar.xz
linux-dev-44c852ead55b7450c8cff0dc90a3d48310300210.zip
igb: resolve namespacecheck warning for igb_hash_mc_addr
This patch resolves a warning seen when doing namespace checking via "make namespacecheck" Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/igb/e1000_mac.h')
-rw-r--r--drivers/net/igb/e1000_mac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/igb/e1000_mac.h b/drivers/net/igb/e1000_mac.h
index 7518af8cbbf5..bca17d882417 100644
--- a/drivers/net/igb/e1000_mac.h
+++ b/drivers/net/igb/e1000_mac.h
@@ -88,6 +88,5 @@ enum e1000_mng_mode {
#define E1000_MNG_DHCP_COOKIE_STATUS_VLAN 0x2
extern void e1000_init_function_pointers_82575(struct e1000_hw *hw);
-extern u32 igb_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr);
#endif