[PATCH] Eliminate compile warning in winbond-840.c

From: insecure
Date: Mon Aug 25 2003 - 06:39:19 EST


Fixes non-modular build warning:

CC drivers/net/tulip/winbond-840.o
drivers/net/tulip/winbond-840.c:149: warning: `version' defined but not used
--
vda

--- linux-2.6.0-test4/drivers/net/tulip/winbond-840.c.orig Sat Aug 23 02:53:03 2003
+++ linux-2.6.0-test4/drivers/net/tulip/winbond-840.c Mon Aug 25 14:33:25 2003
@@ -146,9 +146,11 @@
#include <asm/irq.h>

/* These identify the driver base version and may not be removed. */
+#ifdef MODULE
static char version[] __devinitdata =
KERN_INFO DRV_NAME ".c:v" DRV_VERSION " (2.4 port) " DRV_RELDATE " Donald Becker <becker@xxxxxxxxx>\n"
KERN_INFO " http://www.scyld.com/network/drivers.html\n";;
+#endif

MODULE_AUTHOR("Donald Becker <becker@xxxxxxxxx>");
MODULE_DESCRIPTION("Winbond W89c840 Ethernet driver");

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/