kernel/arch/m68k/emu/nfeth.c
.. .. @@ -47,10 +47,6 @@ 47 47 MODULE_AUTHOR("Milan Jurik"); 48 48 MODULE_DESCRIPTION("Atari NFeth driver"); 49 49 MODULE_LICENSE("GPL"); 50 -/*51 -MODULE_PARM(nfeth_debug, "i");52 -MODULE_PARM_DESC(nfeth_debug, "nfeth_debug level (1-2)");53 -*/54 50 55 51 56 52 static long nfEtherID; .. .. @@ -171,7 +167,7 @@ 171 167 return 0; 172 168 } 173 169 174 -static void nfeth_tx_timeout(struct net_device *dev)170 +static void nfeth_tx_timeout(struct net_device *dev, unsigned int txqueue)175 171 { 176 172 dev->stats.tx_errors++; 177 173 netif_wake_queue(dev);