]> git.baikalelectronics.ru Git - kernel.git/commit
igb: fix non static symbol warning
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 23 Aug 2016 15:08:09 +0000 (15:08 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 28 Sep 2016 02:00:52 +0000 (19:00 -0700)
commit03fd2c1eb7f040f7f55b1ce7bd3921de62887a0a
tree15545344b9d54d28677c6c4a967724c98b80f88c
parentb7e4923845fbce3ff01a5d5e08f6352feed9420a
igb: fix non static symbol warning

Fixes the following sparse warning:

drivers/net/ethernet/intel/igb/igb_ethtool.c:2707:5: warning:
 symbol 'igb_rxnfc_write_vlan_prio_filter' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_ethtool.c