patch-2.3.99-pre3 linux/drivers/net/tulip/timer.c
Next file: linux/drivers/net/tulip/tulip.h
Previous file: linux/drivers/net/tulip/pnic.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Tue Mar 21 12:39:17 2000
- Orig file:
v2.3.99-pre2/linux/drivers/net/tulip/timer.c
- Orig date:
Sat Feb 26 22:31:47 2000
diff -u --recursive --new-file v2.3.99-pre2/linux/drivers/net/tulip/timer.c linux/drivers/net/tulip/timer.c
@@ -14,7 +14,6 @@
*/
#include "tulip.h"
-#include <asm/io.h>
void tulip_timer(unsigned long data)
@@ -87,7 +86,11 @@
break;
}
break;
- case DC21140: case DC21142: case MX98713: case COMPEX9881: default: {
+ case DC21140:
+ case DC21142:
+ case MX98713:
+ case COMPEX9881:
+ default: {
struct medialeaf *mleaf;
unsigned char *p;
if (tp->mtable == NULL) { /* No EEPROM info, use generic code. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)