[ALSA] system timer: remove unused snd_timer_system_private.timer field
authorClemens Ladisch <clemens@ladisch.de>
Fri, 21 Jul 2006 08:45:19 +0000 (10:45 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sat, 23 Sep 2006 08:38:17 +0000 (10:38 +0200)
Remove the snd_timer_system_private structure's timer field that was never used.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/core/timer.c

index 3a2f8e2..10a79ae 100644 (file)
@@ -959,7 +959,6 @@ int snd_timer_global_register(struct snd_timer *timer)
 
 struct snd_timer_system_private {
        struct timer_list tlist;
-       struct timer * timer;
        unsigned long last_expires;
        unsigned long last_jiffies;
        unsigned long correction;