projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b51ca34
)
sfc: efx_ef10_filter_update_rx_scatter() can be static
author
Fengguang Wu
<fengguang.wu@intel.com>
Fri, 30 Aug 2013 22:54:05 +0000
(06:54 +0800)
committer
Ben Hutchings
<bhutchings@solarflare.com>
Fri, 20 Sep 2013 18:31:44 +0000
(19:31 +0100)
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/ef10.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/sfc/ef10.c
b/drivers/net/ethernet/sfc/ef10.c
index 9f18ae984f9ed38386b16e5284d4d10864687c4b..0a3a3b92a1313bffb4424c7767298dfb72aaabe7 100644
(file)
--- 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 */
}