diff options
Diffstat (limited to 'drivers/net/niu.c')
-rw-r--r-- | drivers/net/niu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/niu.c b/drivers/net/niu.c index 3ada7ea2abca..119fd4e04141 100644 --- a/drivers/net/niu.c +++ b/drivers/net/niu.c | |||
@@ -6657,7 +6657,8 @@ static u64 niu_compute_tx_flags(struct sk_buff *skb, struct ethhdr *ehdr, | |||
6657 | return ret; | 6657 | return ret; |
6658 | } | 6658 | } |
6659 | 6659 | ||
6660 | static int niu_start_xmit(struct sk_buff *skb, struct net_device *dev) | 6660 | static netdev_tx_t niu_start_xmit(struct sk_buff *skb, |
6661 | struct net_device *dev) | ||
6661 | { | 6662 | { |
6662 | struct niu *np = netdev_priv(dev); | 6663 | struct niu *np = netdev_priv(dev); |
6663 | unsigned long align, headroom; | 6664 | unsigned long align, headroom; |