[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1573542520-126327-1-git-send-email-zhengbin13@huawei.com>
Date: Tue, 12 Nov 2019 15:08:40 +0800
From: zhengbin <zhengbin13@...wei.com>
To: <vishal@...lsio.com>, <davem@...emloft.net>,
<netdev@...r.kernel.org>
CC: <zhengbin13@...wei.com>
Subject: [PATCH net-next v2] cxgb4: make function 'cxgb4_mqprio_free_hw_resources' static
Fix sparse warnings:
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c:242:6: warning: symbol 'cxgb4_mqprio_free_hw_resources' was not declared. Should it be static?
Reported-by: Hulk Robot <hulkci@...wei.com>
Fixes: 2d0cb84dd973 ("cxgb4: add ETHOFLD hardware queue support")
Signed-off-by: zhengbin <zhengbin13@...wei.com>
---
v1->v2: add Fixes tag
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c
index 143cb1f..3880784 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c
@@ -239,7 +239,7 @@ static int cxgb4_mqprio_alloc_hw_resources(struct net_device *dev)
return ret;
}
-void cxgb4_mqprio_free_hw_resources(struct net_device *dev)
+static void cxgb4_mqprio_free_hw_resources(struct net_device *dev)
{
struct port_info *pi = netdev2pinfo(dev);
struct adapter *adap = netdev2adap(dev);
--
2.7.4
Powered by blists - more mailing lists