sfc: efx_ef10_filter_update_rx_scatter() can be static

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
This commit is contained in:
Fengguang Wu 2013-08-31 06:54:05 +08:00 committed by Ben Hutchings
parent b51ca34a26
commit 9fd8095dc1

View 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 */
}