Just a little bug. need to place #if/#endif MODULE lines before and after
the MODULE_* stuff...
--- eepro100.c.OLD Mon Oct 12 10:05:06 1998
+++ eepro100.c Mon Oct 5 18:09:51 1998
@@ -75,6 +75,7 @@
#include <linux/delay.h>
/* Unused in the 2.0.* version, but retained for documentation. */
+#ifdef MODULE
#if LINUX_VERSION_CODE > 0x20118
MODULE_AUTHOR("Donald Becker <becker@cesdis.gsfc.nasa.gov>");
MODULE_DESCRIPTION("Intel i82557/i82558 PCI EtherExpressPro driver");
@@ -90,6 +91,7 @@
MODULE_PARM(max_interrupt_work, "i");
MODULE_PARM(multicast_filter_limit, "i");
#endif
+#endif /* MODULE */
#define RUN_AT(x) (jiffies + (x))
Jordan
-- Jordan Mendelson : http://jordy.wserv.com Web Services, Inc. : http://www.wserv.com
- 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/