Here is a minor patch for declance.c:
-Tom Riemer
-----------------------------------------
diff -rubN linux-2.1.121-r3000/drivers/net/declance.c
linux-2.1.121-r3000_pl1/drivers/net/declance.c
--- linux-2.1.121-r3000/drivers/net/declance.c Thu Oct 1 14:55:26 1998
+++ linux-2.1.121-r3000_pl1/drivers/net/declance.c Thu Oct 8 19:54:05 1998
@@ -963,6 +963,7 @@
return 0;
}
+#ifdef CONFIG_TC
static int tc_probe(struct device *dev, unsigned char *esar_base)
{
extern slot_info tc_bus[MAX_SLOT];
@@ -984,6 +985,7 @@
}
return 0;
}
+#endif
/* Find all the lance cards on the system and initialize them */
__initfunc(int dec_lance_probe (struct device *dev))
-----------------------------------------------------------------------
Given enough eyeballs all bugs seem shallow.
|