Re: [PATCH] sfc: make function efx_rps_hash_bucket static

From: David Miller
Date: Sun Jun 24 2018 - 10:11:51 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Sun, 24 Jun 2018 11:57:31 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxx>

Applied.