diff options
Diffstat (limited to 'sound/core/timer.c')
-rw-r--r-- | sound/core/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/timer.c b/sound/core/timer.c index 0a984e881c10..52ecbe1e9abb 100644 --- a/sound/core/timer.c +++ b/sound/core/timer.c | |||
@@ -1126,7 +1126,7 @@ static void __init snd_timer_proc_init(void) | |||
1126 | 1126 | ||
1127 | static void __exit snd_timer_proc_done(void) | 1127 | static void __exit snd_timer_proc_done(void) |
1128 | { | 1128 | { |
1129 | snd_info_unregister(snd_timer_proc_entry); | 1129 | snd_info_free_entry(snd_timer_proc_entry); |
1130 | } | 1130 | } |
1131 | #else /* !CONFIG_PROC_FS */ | 1131 | #else /* !CONFIG_PROC_FS */ |
1132 | #define snd_timer_proc_init() | 1132 | #define snd_timer_proc_init() |