netdev: convert bulk of drivers to netdev_tx_t
[deliverable/linux.git] / drivers / net / ns83820.c
index 1576ac07216ec9bb7a65576336945804a4353168..c594e1946476f097386894c5aa484fef744e0ee6 100644 (file)
@@ -1077,7 +1077,8 @@ static void ns83820_cleanup_tx(struct ns83820 *dev)
  * while trying to track down a bug in either the zero copy code or
  * the tx fifo (hence the MAX_FRAG_LEN).
  */
-static int ns83820_hard_start_xmit(struct sk_buff *skb, struct net_device *ndev)
+static netdev_tx_t ns83820_hard_start_xmit(struct sk_buff *skb,
+                                          struct net_device *ndev)
 {
        struct ns83820 *dev = PRIV(ndev);
        u32 free_idx, cmdsts, extsts;
This page took 0.024378 seconds and 5 git commands to generate.