net: wiznet: fix return type of ndo_start_xmit function
[platform/kernel/linux-rpi.git] / drivers / net / ethernet / wiznet / w5300.c
index 56ae573..80fdbff 100644 (file)
@@ -365,7 +365,7 @@ static void w5300_tx_timeout(struct net_device *ndev)
        netif_wake_queue(ndev);
 }
 
-static int w5300_start_tx(struct sk_buff *skb, struct net_device *ndev)
+static netdev_tx_t w5300_start_tx(struct sk_buff *skb, struct net_device *ndev)
 {
        struct w5300_priv *priv = netdev_priv(ndev);