forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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);