[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1378806567-30625-1-git-send-email-sachin.kamat@linaro.org>
Date: Tue, 10 Sep 2013 15:19:27 +0530
From: Sachin Kamat <sachin.kamat@...aro.org>
To: netdev@...r.kernel.org
Cc: bhutchings@...arflare.com, linux-net-drivers@...arflare.com,
sachin.kamat@...aro.org
Subject: [PATCH 1/1] sfc: Staticize efx_ef10_filter_update_rx_scatter
'efx_ef10_filter_update_rx_scatter' is used only in this file.
Make it static.
Signed-off-by: Sachin Kamat <sachin.kamat@...aro.org>
---
drivers/net/ethernet/sfc/ef10.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/sfc/ef10.c b/drivers/net/ethernet/sfc/ef10.c
index 5f42313..6956bd2 100644
--- a/drivers/net/ethernet/sfc/ef10.c
+++ b/drivers/net/ethernet/sfc/ef10.c
@@ -2121,7 +2121,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 */
}
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists