kernel/drivers/net/ethernet/sfc/ef100_tx.c
.. .. @@ -333,7 +333,8 @@ 333 333 * Returns 0 on success, error code otherwise. In case of an error this 334 334 * function will free the SKB. 335 335 */ 336 -int ef100_enqueue_skb(struct efx_tx_queue *tx_queue, struct sk_buff *skb)336 +netdev_tx_t ef100_enqueue_skb(struct efx_tx_queue *tx_queue,337 + struct sk_buff *skb)337 338 { 338 339 unsigned int old_insert_count = tx_queue->insert_count; 339 340 struct efx_nic *efx = tx_queue->efx;