diff options
Diffstat (limited to 'drivers/net/mv643xx_eth.c')
-rw-r--r-- | drivers/net/mv643xx_eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c index b62e61d4ca3e..796a493f95ab 100644 --- a/drivers/net/mv643xx_eth.c +++ b/drivers/net/mv643xx_eth.c | |||
@@ -849,7 +849,7 @@ no_csum: | |||
849 | return 0; | 849 | return 0; |
850 | } | 850 | } |
851 | 851 | ||
852 | static int mv643xx_eth_xmit(struct sk_buff *skb, struct net_device *dev) | 852 | static netdev_tx_t mv643xx_eth_xmit(struct sk_buff *skb, struct net_device *dev) |
853 | { | 853 | { |
854 | struct mv643xx_eth_private *mp = netdev_priv(dev); | 854 | struct mv643xx_eth_private *mp = netdev_priv(dev); |
855 | int queue; | 855 | int queue; |