sfc: make local functions static
Trivial sparse detected functions that should be static. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a362db3d6c
commit
debd0034de
@@ -666,8 +666,8 @@ int efx_probe_rx_queue(struct efx_rx_queue *rx_queue)
|
||||
return rc;
|
||||
}
|
||||
|
||||
void efx_init_rx_recycle_ring(struct efx_nic *efx,
|
||||
struct efx_rx_queue *rx_queue)
|
||||
static void efx_init_rx_recycle_ring(struct efx_nic *efx,
|
||||
struct efx_rx_queue *rx_queue)
|
||||
{
|
||||
unsigned int bufs_in_recycle_ring, page_ring_size;
|
||||
|
||||
|
Reference in New Issue
Block a user