Fix symbol problems when debugging is turned off
authorDavid Schleef <ds@schleef.org>
Tue, 3 Dec 2002 03:13:40 +0000 (03:13 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 3 Dec 2002 03:13:40 +0000 (03:13 +0000)
include/linux/comedidev.h

index f25a13cdc858e7117fb7983762af67ff02f7e0be..68b371dbd7672865aec8fb2b7e83e87ce242048d 100644 (file)
@@ -228,7 +228,7 @@ extern spinlock_t big_comedi_lock;
 #ifdef CONFIG_COMEDI_DEBUG
 extern int comedi_debug;
 #else
-const int comedi_debug = 0;
+static const int comedi_debug = 0;
 #endif
 
 /*