diff options
Diffstat (limited to 'drivers/net/sfc/tx.h')
-rw-r--r-- | drivers/net/sfc/tx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/sfc/tx.h b/drivers/net/sfc/tx.h index 5e1cc234e42f..e3678962a5b4 100644 --- a/drivers/net/sfc/tx.h +++ b/drivers/net/sfc/tx.h | |||
@@ -18,7 +18,8 @@ void efx_remove_tx_queue(struct efx_tx_queue *tx_queue); | |||
18 | void efx_init_tx_queue(struct efx_tx_queue *tx_queue); | 18 | void efx_init_tx_queue(struct efx_tx_queue *tx_queue); |
19 | void efx_fini_tx_queue(struct efx_tx_queue *tx_queue); | 19 | void efx_fini_tx_queue(struct efx_tx_queue *tx_queue); |
20 | 20 | ||
21 | int efx_hard_start_xmit(struct sk_buff *skb, struct net_device *net_dev); | 21 | netdev_tx_t efx_hard_start_xmit(struct sk_buff *skb, |
22 | struct net_device *net_dev); | ||
22 | void efx_release_tx_buffers(struct efx_tx_queue *tx_queue); | 23 | void efx_release_tx_buffers(struct efx_tx_queue *tx_queue); |
23 | 24 | ||
24 | #endif /* EFX_TX_H */ | 25 | #endif /* EFX_TX_H */ |