summaryrefslogtreecommitdiffstats
path: root/kernel/sound/usb/bcd2000/bcd2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sound/usb/bcd2000/bcd2000.c')
-rw-r--r--kernel/sound/usb/bcd2000/bcd2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sound/usb/bcd2000/bcd2000.c b/kernel/sound/usb/bcd2000/bcd2000.c
index 820d6ca8c..d060dddcc 100644
--- a/kernel/sound/usb/bcd2000/bcd2000.c
+++ b/kernel/sound/usb/bcd2000/bcd2000.c
@@ -70,7 +70,7 @@ static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
static DEFINE_MUTEX(devices_mutex);
-DECLARE_BITMAP(devices_used, SNDRV_CARDS);
+static DECLARE_BITMAP(devices_used, SNDRV_CARDS);
static struct usb_driver bcd2000_driver;
#ifdef CONFIG_SND_DEBUG