diff options
Diffstat (limited to 'drivers/net/igb/e1000_mac.c')
-rw-r--r-- | drivers/net/igb/e1000_mac.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/igb/e1000_mac.c b/drivers/net/igb/e1000_mac.c index 47ad2c4277c3..20408aa1f916 100644 --- a/drivers/net/igb/e1000_mac.c +++ b/drivers/net/igb/e1000_mac.c | |||
@@ -36,7 +36,6 @@ | |||
36 | 36 | ||
37 | static s32 igb_set_default_fc(struct e1000_hw *hw); | 37 | static s32 igb_set_default_fc(struct e1000_hw *hw); |
38 | static s32 igb_set_fc_watermarks(struct e1000_hw *hw); | 38 | static s32 igb_set_fc_watermarks(struct e1000_hw *hw); |
39 | static u32 igb_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr); | ||
40 | 39 | ||
41 | /** | 40 | /** |
42 | * igb_remove_device - Free device specific structure | 41 | * igb_remove_device - Free device specific structure |
@@ -360,7 +359,7 @@ void igb_update_mc_addr_list(struct e1000_hw *hw, | |||
360 | * the multicast filter table array address and new table value. See | 359 | * the multicast filter table array address and new table value. See |
361 | * igb_mta_set() | 360 | * igb_mta_set() |
362 | **/ | 361 | **/ |
363 | static u32 igb_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) | 362 | u32 igb_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) |
364 | { | 363 | { |
365 | u32 hash_value, hash_mask; | 364 | u32 hash_value, hash_mask; |
366 | u8 bit_shift = 0; | 365 | u8 bit_shift = 0; |