In kernel/timer.c at line 607 local_bh_count and local_irq_count are called
as fuctions, but they are variables.
The sunlance driver has an unused variable:
--- linux-2.4.0-test/drivers/net/sunlance.c.dist-2.4.0-test3-pre2 Fri Jun 30 13:26:06 2000
+++ linux-2.4.0-test/drivers/net/sunlance.c Fri Jun 30 14:47:38 2000
@@ -1287,7 +1287,6 @@
static void lance_set_multicast_retry(unsigned long _opaque)
{
struct net_device *dev = (struct net_device *) _opaque;
- struct lance_private *lp = (struct lance_private *) dev->priv;
lance_set_multicast(dev);
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Fri Jun 30 2000 - 14:53:18 EDT