netdev: convert bulk of drivers to netdev_tx_t
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / arcdevice.h
index cd4bcb6989ce0e888d7e62f1e771c18e9b2f404e..7d650a0e3d8ff300bdaf61929c9c048626c86402 100644 (file)
@@ -337,7 +337,8 @@ struct net_device *alloc_arcdev(const char *name);
 
 int arcnet_open(struct net_device *dev);
 int arcnet_close(struct net_device *dev);
-int arcnet_send_packet(struct sk_buff *skb, struct net_device *dev);
+netdev_tx_t arcnet_send_packet(struct sk_buff *skb,
+                                    struct net_device *dev);
 void arcnet_timeout(struct net_device *dev);
 
 #endif                         /* __KERNEL__ */