mirror of https://gitee.com/openkylin/linux.git
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:
parent
b51ca34a26
commit
9fd8095dc1
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue