]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: make function efx_rps_hash_bucket static
authorColin Ian King <colin.king@canonical.com>
Sun, 24 Jun 2018 10:57:31 +0000 (11:57 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 24 Jun 2018 14:08:25 +0000 (23:08 +0900)
commit3833ef772f9d1a7f7229a49c7448b601428f32a7
tree5983432405c7c5cd1c68bad7a7735df7c6d29a26
parent362a7e92d20da5070d76792715b1019216047e2e
sfc: make function efx_rps_hash_bucket static

The function efx_rps_hash_bucket is local to the source and
does not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'efx_rps_hash_bucket' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/efx.c