]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sfc: efx_get_phys_port_id() can be static
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 11 Jan 2017 16:16:12 +0000 (16:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jan 2017 21:12:01 +0000 (16:12 -0500)
commitb40296fc73f58f98b595164d52d9bfe99216efa6
treef57a4d01f90b4f7c19a4128a41a003965c7ba292
parent02ac5d1487115d160fab4c3e61b7edc20a945af9
sfc: efx_get_phys_port_id() can be static

Fixes the following sparse warning:

drivers/net/ethernet/sfc/efx.c:2337:5: warning:
 symbol 'efx_get_phys_port_id' 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/sfc/efx.c