projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd93fe4
)
[ALSA] system timer: remove unused snd_timer_system_private.timer field
author
Clemens Ladisch
<clemens@ladisch.de>
Fri, 21 Jul 2006 08:45:19 +0000
(10:45 +0200)
committer
Jaroslav 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/core/timer.c
b/sound/core/timer.c
index 3a2f8e2ca401ec019ac69c313a27b8d99ed240bd..10a79aed33f86bcdc492509519cfcc41b11114bc 100644
(file)
--- a/
sound/core/timer.c
+++ b/
sound/core/timer.c
@@
-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;