sfc: make local functions static
[linux-drm-fsl-dcu.git] / drivers / net / ethernet / sfc / rx.c
index a948b36c191088cc880096e00aa754b2cd36292a..e73e30bac10e268a6f031d717a3551cda1ddeeae 100644 (file)
@@ -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;