projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb14d47
)
Fix symbol problems when debugging is turned off
author
David Schleef
<ds@schleef.org>
Tue, 3 Dec 2002 03:13:40 +0000
(
03:13
+0000)
committer
David Schleef
<ds@schleef.org>
Tue, 3 Dec 2002 03:13:40 +0000
(
03:13
+0000)
include/linux/comedidev.h
patch
|
blob
|
history
diff --git
a/include/linux/comedidev.h
b/include/linux/comedidev.h
index f25a13cdc858e7117fb7983762af67ff02f7e0be..68b371dbd7672865aec8fb2b7e83e87ce242048d 100644
(file)
--- a/
include/linux/comedidev.h
+++ b/
include/linux/comedidev.h
@@
-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
/*