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:
parent
a51d8c217b
commit
8008f68cb8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue