Skip to content

Commit

Permalink
sfc: efx_ef10_filter_update_rx_scatter() can be static
Browse files Browse the repository at this point in the history
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
  • Loading branch information
Fengguang Wu authored and Ben Hutchings committed Sep 20, 2013
1 parent b51ca34 commit 9fd8095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/sfc/ef10.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}
Expand Down

0 comments on commit 9fd8095

Please sign in to comment.