hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/m68k/emu/nfeth.c
....@@ -47,10 +47,6 @@
4747 MODULE_AUTHOR("Milan Jurik");
4848 MODULE_DESCRIPTION("Atari NFeth driver");
4949 MODULE_LICENSE("GPL");
50
-/*
51
-MODULE_PARM(nfeth_debug, "i");
52
-MODULE_PARM_DESC(nfeth_debug, "nfeth_debug level (1-2)");
53
-*/
5450
5551
5652 static long nfEtherID;
....@@ -171,7 +167,7 @@
171167 return 0;
172168 }
173169
174
-static void nfeth_tx_timeout(struct net_device *dev)
170
+static void nfeth_tx_timeout(struct net_device *dev, unsigned int txqueue)
175171 {
176172 dev->stats.tx_errors++;
177173 netif_wake_queue(dev);