Skip to content

Commit

Permalink
[PATCH] emu10k1: mark midi_spinlock as used
Browse files Browse the repository at this point in the history
Why is it marked unused when in fact it's used?

Signed-off-by: Alexey Dobriyan <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Arjan van de Ven <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jun 25, 2006
1 parent 9de9adb commit 42225a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/oss/emu10k1/midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include "../sound_config.h"
#endif

static DEFINE_SPINLOCK(midi_spinlock __attribute((unused)));
static DEFINE_SPINLOCK(midi_spinlock);

static void init_midi_hdr(struct midi_hdr *midihdr)
{
Expand Down

0 comments on commit 42225a3

Please sign in to comment.