net: chelsio: remove unused function calc_tx_descs
authorColin Ian King <colin.i.king@gmail.com>
Thu, 7 Mar 2024 11:22:37 +0000 (11:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Mar 2024 10:19:35 +0000 (10:19 +0000)
commit9b78bbef5138bee1b6fc08e2b6a2e27f2e382048
treec4528ecf670ad17fd4d246bd521e2764601f7a45
parentbf02ba6d36ae8152c784940e2e3dddbe5f14e7a9
net: chelsio: remove unused function calc_tx_descs

The inlined helper function calc_tx_descs is not used and is redundant.
Remove it.

Cleans up clang scan build warning:
drivers/net/ethernet/chelsio/cxgb4/sge.c:814:28: warning: unused
function 'calc_tx_descs' [-Wunused-function]

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/sge.c