Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e9059b0 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela
Browse files

[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: default avatarClemens Ladisch <clemens@ladisch.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent cd93fe47
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;