OSDN Git Service

sfc: fix sparse non static symbol warning
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 17 Dec 2013 03:08:10 +0000 (11:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Dec 2013 20:00:31 +0000 (15:00 -0500)
commitd2adcaa82d0c9d6423afcbfcb68658ff86794c29
treef223e07fe6efb8d2578ca0c20ead8473407d1cb8
parent78ea85f17b15390e30d8b47488ec7b6cf0790663
sfc: fix sparse non static symbol warning

Fixes the following sparse warning:

drivers/net/ethernet/sfc/falcon.c:2601:6: warning:
 symbol 'falcon_pull_nic_stats' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/falcon.c