diff options
Diffstat (limited to 'sound/oss/emu10k1/midi.c')
-rw-r--r-- | sound/oss/emu10k1/midi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/emu10k1/midi.c b/sound/oss/emu10k1/midi.c index 25ae8e4a488d..8ac77df86397 100644 --- a/sound/oss/emu10k1/midi.c +++ b/sound/oss/emu10k1/midi.c | |||
@@ -45,7 +45,7 @@ | |||
45 | #include "../sound_config.h" | 45 | #include "../sound_config.h" |
46 | #endif | 46 | #endif |
47 | 47 | ||
48 | static DEFINE_SPINLOCK(midi_spinlock __attribute((unused))); | 48 | static DEFINE_SPINLOCK(midi_spinlock); |
49 | 49 | ||
50 | static void init_midi_hdr(struct midi_hdr *midihdr) | 50 | static void init_midi_hdr(struct midi_hdr *midihdr) |
51 | { | 51 | { |