From 403f0f71058349175ca9dc750bf2e7dc181e780e Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 3 Dec 2002 03:13:40 +0000 Subject: [PATCH] Fix symbol problems when debugging is turned off --- include/linux/comedidev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /* -- 2.26.2