aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/timer.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-04-28 09:29:15 -0400
committerJaroslav Kysela <perex@suse.cz>2006-06-22 15:33:15 -0400
commit170a34605c14a90df5f4a78e0b4ca643be6ef8ba (patch)
treeb605cca90122ed94b5ea2b01cadebc0d0a2ca629 /sound/core/timer.c
parent9c323fcbc51493f79f9700cb20830d0857c72d99 (diff)
[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>
Diffstat (limited to 'sound/core/timer.c')
-rw-r--r--sound/core/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/core/timer.c b/sound/core/timer.c
index e37eab74572..d92f73c2c6b 100644
--- a/sound/core/timer.c
+++ b/sound/core/timer.c
@@ -1061,7 +1061,6 @@ static int snd_timer_register_system(void)
1061static void snd_timer_proc_read(struct snd_info_entry *entry, 1061static void snd_timer_proc_read(struct snd_info_entry *entry,
1062 struct snd_info_buffer *buffer) 1062 struct snd_info_buffer *buffer)
1063{ 1063{
1064 unsigned long flags;
1065 struct snd_timer *timer; 1064 struct snd_timer *timer;
1066 struct snd_timer_instance *ti; 1065 struct snd_timer_instance *ti;
1067 struct list_head *p, *q; 1066 struct list_head *p, *q;