]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - drivers/net/8139cp.c
netdev: convert bulk of drivers to netdev_tx_t
[mirror_ubuntu-eoan-kernel.git] / drivers / net / 8139cp.c
index 4a8995aaeca322808f8170d0abfb83275a5b4858..462d9f59c53aacfcb980b8326c005e6a53c10f48 100644 (file)
@@ -736,7 +736,8 @@ static void cp_tx (struct cp_private *cp)
                netif_wake_queue(cp->dev);
 }
 
-static int cp_start_xmit (struct sk_buff *skb, struct net_device *dev)
+static netdev_tx_t cp_start_xmit (struct sk_buff *skb,
+                                       struct net_device *dev)
 {
        struct cp_private *cp = netdev_priv(dev);
        unsigned entry;