Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

igb: make igb_update_pf_vlvf static

parent a51d8c21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;