Commit 6e9059b05fa733045d7845ac70c5ba0a05e3c2d1

Authored by Clemens Ladisch
Committed by Jaroslav Kysela
1 parent cd93fe4770

[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>

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

... ... @@ -959,7 +959,6 @@
959 959  
960 960 struct snd_timer_system_private {
961 961 struct timer_list tlist;
962   - struct timer * timer;
963 962 unsigned long last_expires;
964 963 unsigned long last_jiffies;
965 964 unsigned long correction;