diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-07-15 12:00:24 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-07-15 12:07:58 +0200 |
commit | 4b8846062faac4e5c3f08e2e06bbb33c949aa51f (patch) | |
tree | f3266715acd7dab2dea9fa81b0ff881c04324ebe /sound | |
parent | 8331b9e332a6e72d5285b05f56a7b66b692cb67a (diff) | |
download | linux-4b8846062faac4e5c3f08e2e06bbb33c949aa51f.tar.bz2 |
sound: oss/vwsnd: Always define vwsnd_mutex
While the conversion of BKL to mutex in commit 645ef9ef, the mutex
definition was put in a wrong place inside #ifdef WSND_DEBUG, which
leads to the build error. Just move it outside the ifdef.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 @@ #include "sound_config.h" +static DEFINE_MUTEX(vwsnd_mutex); + /*****************************************************************************/ /* debug stuff */ #ifdef VWSND_DEBUG -static DEFINE_MUTEX(vwsnd_mutex); static int shut_up = 1; /* |