]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/net/lib8390.c
netdev: convert bulk of drivers to netdev_tx_t
[linux-beck.git] / drivers / net / lib8390.c
index d6be36000c5cf9d0560624fc1c71a1a5b12ee861..256119882b1e13ff10b0e12cbd114bd53a9b27fb 100644 (file)
@@ -299,7 +299,8 @@ static void __ei_tx_timeout(struct net_device *dev)
  * Sends a packet to an 8390 network device.
  */
 
-static int __ei_start_xmit(struct sk_buff *skb, struct net_device *dev)
+static netdev_tx_t __ei_start_xmit(struct sk_buff *skb,
+                                  struct net_device *dev)
 {
        unsigned long e8390_base = dev->base_addr;
        struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev);