diff options
author | Martin Habets <habetsm.xilinx@gmail.com> | 2022-04-11 13:27:15 +0200 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-04-12 12:13:30 +0200 |
commit | cc42e4e3f1014f2d24437955bc1e90b77cef343e (patch) | |
tree | f1a6f28a3248a01a33b1361c2e82acc5a882232b /drivers/net/ethernet/sfc/efx.h | |
parent | sfc: efx_default_channel_type APIs can be static (diff) | |
download | linux-cc42e4e3f1014f2d24437955bc1e90b77cef343e.tar.xz linux-cc42e4e3f1014f2d24437955bc1e90b77cef343e.zip |
sfc: Remove duplicate definition of efx_xmit_done
It is defined both in efx.h and tx_common.h.
Remove the definition in efx.h.
Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/ethernet/sfc/efx.h')
-rw-r--r-- | drivers/net/ethernet/sfc/efx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/efx.h b/drivers/net/ethernet/sfc/efx.h index daf0c00c1242..c05a83da9e44 100644 --- a/drivers/net/ethernet/sfc/efx.h +++ b/drivers/net/ethernet/sfc/efx.h @@ -28,7 +28,6 @@ static inline netdev_tx_t efx_enqueue_skb(struct efx_tx_queue *tx_queue, struct ef100_enqueue_skb, __efx_enqueue_skb, tx_queue, skb); } -void efx_xmit_done(struct efx_tx_queue *tx_queue, unsigned int index); void efx_xmit_done_single(struct efx_tx_queue *tx_queue); int efx_setup_tc(struct net_device *net_dev, enum tc_setup_type type, void *type_data); |