netdev: convert bulk of drivers to netdev_tx_t
[deliverable/linux.git] / drivers / net / niu.c
index 3ada7ea2abca2cf78e5b0e0f85df70c52b28eba5..119fd4e04141d5e5ddf7257d496d1e78160b6bbb 100644 (file)
@@ -6657,7 +6657,8 @@ static u64 niu_compute_tx_flags(struct sk_buff *skb, struct ethhdr *ehdr,
        return ret;
 }
 
-static int niu_start_xmit(struct sk_buff *skb, struct net_device *dev)
+static netdev_tx_t niu_start_xmit(struct sk_buff *skb,
+                                 struct net_device *dev)
 {
        struct niu *np = netdev_priv(dev);
        unsigned long align, headroom;
This page took 0.024002 seconds and 5 git commands to generate.