igb: make igb_update_pf_vlvf static

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Jacob Keller 2016-04-13 16:08:29 -07:00 committed by Jeff Kirsher
parent a51d8c217b
commit 8008f68cb8
1 changed files with 1 additions and 1 deletions

View File

@ -6027,7 +6027,7 @@ static int igb_find_vlvf_entry(struct e1000_hw *hw, u32 vlan)
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;
u32 bits, pf_id;