Commit 9fd8095d authored by Fengguang Wu's avatar Fengguang Wu Committed by Ben Hutchings

sfc: efx_ef10_filter_update_rx_scatter() can be static

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
parent b51ca34a
......@@ -2137,7 +2137,7 @@ static s32 efx_ef10_filter_insert(struct efx_nic *efx,
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 */
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment