diff options
Diffstat (limited to 'drivers/net/chelsio/sge.c')
-rw-r--r-- | drivers/net/chelsio/sge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/chelsio/sge.c b/drivers/net/chelsio/sge.c index 3711d64e45ef..8c658cf6f62f 100644 --- a/drivers/net/chelsio/sge.c +++ b/drivers/net/chelsio/sge.c | |||
@@ -1776,7 +1776,7 @@ static inline int eth_hdr_len(const void *data) | |||
1776 | /* | 1776 | /* |
1777 | * Adds the CPL header to the sk_buff and passes it to t1_sge_tx. | 1777 | * Adds the CPL header to the sk_buff and passes it to t1_sge_tx. |
1778 | */ | 1778 | */ |
1779 | int t1_start_xmit(struct sk_buff *skb, struct net_device *dev) | 1779 | netdev_tx_t t1_start_xmit(struct sk_buff *skb, struct net_device *dev) |
1780 | { | 1780 | { |
1781 | struct adapter *adapter = dev->ml_priv; | 1781 | struct adapter *adapter = dev->ml_priv; |
1782 | struct sge *sge = adapter->sge; | 1782 | struct sge *sge = adapter->sge; |