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)
commit8b8371b5bad3aea1e1e4b9682066f07afe2efdea
treee939be54f7307843d997b8bd356b84e870bf8782
parent13eef6fc2c1ff71f3245448c6b22a1c51040140e
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@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