Commit 8008f68c authored by Jacob Keller's avatar Jacob Keller Committed by Jeff Kirsher

igb: make igb_update_pf_vlvf static

Signed-off-by: default avatarJacob Keller <jacob.e.keller@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent a51d8c21
...@@ -6027,7 +6027,7 @@ static int igb_find_vlvf_entry(struct e1000_hw *hw, u32 vlan) ...@@ -6027,7 +6027,7 @@ static int igb_find_vlvf_entry(struct e1000_hw *hw, u32 vlan)
return idx; return idx;
} }
void igb_update_pf_vlvf(struct igb_adapter *adapter, u32 vid) static void igb_update_pf_vlvf(struct igb_adapter *adapter, u32 vid)
{ {
struct e1000_hw *hw = &adapter->hw; struct e1000_hw *hw = &adapter->hw;
u32 bits, pf_id; u32 bits, pf_id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment