> From: [email protected] [mailto:netdev- > [email protected]] On Behalf Of Wei Yongjun > Sent: Tuesday, August 23, 2016 8:08 AM > To: Kirsher, Jeffrey T <[email protected]> > Cc: Wei Yongjun <[email protected]>; intel-wired- > [email protected]; [email protected] > Subject: [PATCH -next] igb: fix non static symbol warning > > From: Wei Yongjun <[email protected]> > > 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 <[email protected]> > --- > drivers/net/ethernet/intel/igb/igb_ethtool.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Tested-by: Aaron Brown <[email protected]>
