diff options
Diffstat (limited to 'sound/oss')
-rw-r--r-- | sound/oss/vwsnd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/oss/vwsnd.c b/sound/oss/vwsnd.c index d8db9023bc55..4bbcc0fcd4eb 100644 --- a/sound/oss/vwsnd.c +++ b/sound/oss/vwsnd.c | |||
@@ -155,12 +155,13 @@ | |||
155 | 155 | ||
156 | #include "sound_config.h" | 156 | #include "sound_config.h" |
157 | 157 | ||
158 | static DEFINE_MUTEX(vwsnd_mutex); | ||
159 | |||
158 | /*****************************************************************************/ | 160 | /*****************************************************************************/ |
159 | /* debug stuff */ | 161 | /* debug stuff */ |
160 | 162 | ||
161 | #ifdef VWSND_DEBUG | 163 | #ifdef VWSND_DEBUG |
162 | 164 | ||
163 | static DEFINE_MUTEX(vwsnd_mutex); | ||
164 | static int shut_up = 1; | 165 | static int shut_up = 1; |
165 | 166 | ||
166 | /* | 167 | /* |