be2net: fix non static symbol warnings
authorWei Yongjun <weiyongjun1@huawei.com>
Sun, 25 Sep 2016 15:40:36 +0000 (15:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Sep 2016 03:47:30 +0000 (23:47 -0400)
commite6053dd56a022d2ef754e46b4a9836c65f1dc434
treee548204e9f887bbbd91651162b27c1df4d68bc94
parent876a55b8e255702d2c406872fd791817a3c98bd1
be2net: fix non static symbol warnings

Fixes the following sparse warnings:

drivers/net/ethernet/emulex/benet/be_main.c:47:25: warning:
 symbol 'be_err_recovery_workq' was not declared. Should it be static?
drivers/net/ethernet/emulex/benet/be_main.c:63:25: warning:
 symbol 'be_wq' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_main.c