commit | 4da24fa64ddbce65de1403efb0af0332c14df67a | [log] [tgz] |
---|---|---|
author | Edward Cree <ecree@solarflare.com> | Fri Sep 11 19:45:14 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 11 14:55:14 2020 -0700 |
tree | 061600fe62913933ce1206b4920d6a239b427a7a | |
parent | 3d6aef65dfaa0e9d6632fb15aebc01aae163c392 [diff] |
sfc: cleanups around efx_alloc_channel The old_channel argument is never used, so remove it. The function is only called from elsewhere in efx_channels.c, so make it static and remove the declaration from the header file. Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>