提交 8008f68c 编写于 作者: J Jacob Keller 提交者: Jeff Kirsher

igb: make igb_update_pf_vlvf static

Signed-off-by: NJacob Keller <jacob.e.keller@intel.com>
Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册