2000-12-08 21:23:03

by Rasmus Andersen

[permalink] [raw]
Subject: [PATCH] remove warning from drivers/net/tokenring/smctr.c

Hi.

This patch makes a 'defined but not used' warning go away when compiling
drivers/net/tokenring/smctr.c without module support (kernel 240t12p3).
(It should apply cleanly.)

--- linux-240-t12-pre3-clean/drivers/net/tokenring/smctr.c Sat Nov 4 23:27:09 2000
+++ linux/drivers/net/tokenring/smctr.c Wed Nov 29 19:29:11 2000
@@ -21,9 +21,10 @@
*/

static const char *version = "smctr.c: v1.1 1/1/00 by [email protected]\n";
-static const char *cardname = "smctr";

#ifdef MODULE
+static const char *cardname = "smctr";
+
#include <linux/module.h>
#include <linux/version.h>
#endif

--
Rasmus([email protected])

China is a big country, inhabited by many Chinese.
-Former French President Charles de Gaulle