Skip to content

Commit

Permalink
[ALSA] system timer: remove unused snd_timer_system_private.timer field
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Sep 23, 2006
1 parent cd93fe4 commit 6e9059b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/core/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6e9059b

Please sign in to comment.