From: Fengguang Wu Date: Fri, 30 Aug 2013 22:54:05 +0000 (+0800) Subject: sfc: efx_ef10_filter_update_rx_scatter() can be static X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9fd8095dc1140c45bfc4b7132fb00815a354fb63;p=openwrt%2Fstaging%2Fblogic.git sfc: efx_ef10_filter_update_rx_scatter() can be static Signed-off-by: Fengguang Wu Signed-off-by: Ben Hutchings --- diff --git a/drivers/net/ethernet/sfc/ef10.c b/drivers/net/ethernet/sfc/ef10.c index 9f18ae984f9e..0a3a3b92a131 100644 --- a/drivers/net/ethernet/sfc/ef10.c +++ b/drivers/net/ethernet/sfc/ef10.c @@ -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 */ }