diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-07-21 04:45:19 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 04:38:17 -0400 |
commit | 6e9059b05fa733045d7845ac70c5ba0a05e3c2d1 (patch) | |
tree | af471b0c64182326c6d51cc0388d35a24bc300ff /sound | |
parent | cd93fe4770ca607c7f39260c02941deccbd77b8b (diff) |
[ALSA] system timer: remove unused snd_timer_system_private.timer field
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/core/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/core/timer.c b/sound/core/timer.c index 3a2f8e2ca401..10a79aed33f8 100644 --- a/sound/core/timer.c +++ b/sound/core/timer.c | |||
@@ -959,7 +959,6 @@ int snd_timer_global_register(struct snd_timer *timer) | |||
959 | 959 | ||
960 | struct snd_timer_system_private { | 960 | struct snd_timer_system_private { |
961 | struct timer_list tlist; | 961 | struct timer_list tlist; |
962 | struct timer * timer; | ||
963 | unsigned long last_expires; | 962 | unsigned long last_expires; |
964 | unsigned long last_jiffies; | 963 | unsigned long last_jiffies; |
965 | unsigned long correction; | 964 | unsigned long correction; |