sfc: efx_ef10_filter_update_rx_scatter() can be static
authorFengguang Wu <fengguang.wu@intel.com>
Fri, 30 Aug 2013 22:54:05 +0000 (06:54 +0800)
committerBen Hutchings <bhutchings@solarflare.com>
Fri, 20 Sep 2013 18:31:44 +0000 (19:31 +0100)
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/ef10.c

index 9f18ae9..0a3a3b9 100644 (file)
@@ -2137,7 +2137,7 @@ out_unlock:
        return rc;
 }
 
-void efx_ef10_filter_update_rx_scatter(struct efx_nic *efx)
+static void efx_ef10_filter_update_rx_scatter(struct efx_nic *efx)
 {
        /* no need to do anything here on EF10 */
 }