Commit 170a34605c14a90df5f4a78e0b4ca643be6ef8ba

Authored by Takashi Iwai
Committed by Jaroslav Kysela
1 parent 9c323fcbc5

[ALSA] Fix compile warning in timer.c

Fix a compile warning in timer.c due to unused variables.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -1061,7 +1061,6 @@
1061 1061 static void snd_timer_proc_read(struct snd_info_entry *entry,
1062 1062 struct snd_info_buffer *buffer)
1063 1063 {
1064   - unsigned long flags;
1065 1064 struct snd_timer *timer;
1066 1065 struct snd_timer_instance *ti;
1067 1066 struct list_head *p, *q;