diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-11-23 11:07:05 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-24 13:58:58 -0500 |
commit | 497f5ba3236425dbcf20b55452a013f1d3695ebb (patch) | |
tree | 987f46153a3f66014b2c66b8c1f2dcd8f8044467 /drivers/net/sfc/efx.h | |
parent | 9bc183d7f90793e5e72f4dfd21a5877c6cd4da78 (diff) |
sfc: Remove redundant efx_xmit() function
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/efx.h')
-rw-r--r-- | drivers/net/sfc/efx.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/sfc/efx.h b/drivers/net/sfc/efx.h index 6f4639465163..9d83322e8517 100644 --- a/drivers/net/sfc/efx.h +++ b/drivers/net/sfc/efx.h | |||
@@ -23,9 +23,8 @@ | |||
23 | #define EFX_MEM_BAR 2 | 23 | #define EFX_MEM_BAR 2 |
24 | 24 | ||
25 | /* TX */ | 25 | /* TX */ |
26 | extern netdev_tx_t efx_xmit(struct efx_nic *efx, | 26 | extern netdev_tx_t efx_enqueue_skb(struct efx_tx_queue *tx_queue, |
27 | struct efx_tx_queue *tx_queue, | 27 | struct sk_buff *skb); |
28 | struct sk_buff *skb); | ||
29 | extern void efx_xmit_done(struct efx_tx_queue *tx_queue, unsigned int index); | 28 | extern void efx_xmit_done(struct efx_tx_queue *tx_queue, unsigned int index); |
30 | extern void efx_stop_queue(struct efx_nic *efx); | 29 | extern void efx_stop_queue(struct efx_nic *efx); |
31 | extern void efx_wake_queue(struct efx_nic *efx); | 30 | extern void efx_wake_queue(struct efx_nic *efx); |