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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to