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
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue