ac11: compile failure in tulip/21142.c on alpha

Ivan Kokshaysky (ink@jurassic.park.msu.ru)
Fri, 9 Jun 2000 20:35:41 +0400


21142.c: In function `t21142_start_nway':
21142.c:114: `loops_per_sec' undeclared (first use in this function)

The fix:

#include <linux/pci.h>
-#include <asm/delay.h>
+#include <linux/delay.h>

Ivan.

-
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/