From: David Schleef Date: Tue, 3 Dec 2002 03:13:40 +0000 (+0000) Subject: Fix symbol problems when debugging is turned off X-Git-Tag: r0_7_67x~144 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=403f0f71058349175ca9dc750bf2e7dc181e780e;p=comedi.git Fix symbol problems when debugging is turned off --- diff --git a/include/linux/comedidev.h b/include/linux/comedidev.h index f25a13cd..68b371db 100644 --- 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 /*