mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 00:34:52 +00:00
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>
This commit is contained in:
parent
54fccfdd7c
commit
cc42e4e3f1
2 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#include "bitfield.h"
|
||||
#include "efx.h"
|
||||
#include "rx_common.h"
|
||||
#include "tx_common.h"
|
||||
#include "nic.h"
|
||||
#include "farch_regs.h"
|
||||
#include "sriov.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue