aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-09-26 16:14:09 +0100
committerDavid S. Miller <davem@davemloft.net>2017-09-28 10:21:37 -0700
commit4d8806fd14e1492cd4fb2021f709b163ea3364ad (patch)
tree299e466433310a35fc8ef9b3fa8d2b239ea3dd81 /drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
parentMerge branch 'rtnl-pushdown-prep' (diff)
downloadlinux-dev-4d8806fd14e1492cd4fb2021f709b163ea3364ad.tar.xz
linux-dev-4d8806fd14e1492cd4fb2021f709b163ea3364ad.zip
cxgb4: make function ch_flower_stats_cb, fixes warning
The function ch_flower_stats_cb is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warnings: symbol 'ch_flower_stats_cb' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
index a36bd66d2834..92a311767381 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
@@ -366,7 +366,7 @@ err:
return ret;
}
-void ch_flower_stats_cb(unsigned long data)
+static void ch_flower_stats_cb(unsigned long data)
{
struct adapter *adap = (struct adapter *)data;
struct ch_tc_flower_entry *flower_entry;