hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/net/ethernet/amd/ariadne.c
....@@ -530,7 +530,7 @@
530530 netif_start_queue(dev);
531531 }
532532
533
-static void ariadne_tx_timeout(struct net_device *dev)
533
+static void ariadne_tx_timeout(struct net_device *dev, unsigned int txqueue)
534534 {
535535 volatile struct Am79C960 *lance = (struct Am79C960 *)dev->base_addr;
536536