diff options
Diffstat (limited to 'drivers/net/enic/enic_main.c')
-rw-r--r-- | drivers/net/enic/enic_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/enic/enic_main.c b/drivers/net/enic/enic_main.c index 8005b602f776..49912eb2a338 100644 --- a/drivers/net/enic/enic_main.c +++ b/drivers/net/enic/enic_main.c | |||
@@ -622,7 +622,8 @@ static inline void enic_queue_wq_skb(struct enic *enic, | |||
622 | } | 622 | } |
623 | 623 | ||
624 | /* netif_tx_lock held, process context with BHs disabled, or BH */ | 624 | /* netif_tx_lock held, process context with BHs disabled, or BH */ |
625 | static int enic_hard_start_xmit(struct sk_buff *skb, struct net_device *netdev) | 625 | static netdev_tx_t enic_hard_start_xmit(struct sk_buff *skb, |
626 | struct net_device *netdev) | ||
626 | { | 627 | { |
627 | struct enic *enic = netdev_priv(netdev); | 628 | struct enic *enic = netdev_priv(netdev); |
628 | struct vnic_wq *wq = &enic->wq[0]; | 629 | struct vnic_wq *wq = &enic->wq[0]; |