]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
cxgb4: make function 'cxgb4_mqprio_free_hw_resources' static
authorzhengbin <zhengbin13@huawei.com>
Tue, 12 Nov 2019 07:08:40 +0000 (15:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Nov 2019 18:56:29 +0000 (10:56 -0800)
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@huawei.com>
Fixes: 2d0cb84dd973 ("cxgb4: add ETHOFLD hardware queue support")
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c

index 143cb1f31bc06cda97ee8c6ccade7e7ebaf86976..388078488fb5cfa3c66878406403cdbbff6f3f72 100644 (file)
@@ -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);