diff options
Diffstat (limited to 'sound/drivers')
-rw-r--r-- | sound/drivers/mts64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/mts64.c b/sound/drivers/mts64.c index ebb1bdac7237..2025db5947ae 100644 --- a/sound/drivers/mts64.c +++ b/sound/drivers/mts64.c | |||
@@ -1048,7 +1048,7 @@ static struct platform_driver snd_mts64_driver = { | |||
1048 | /********************************************************************* | 1048 | /********************************************************************* |
1049 | * module init stuff | 1049 | * module init stuff |
1050 | *********************************************************************/ | 1050 | *********************************************************************/ |
1051 | static void __init_or_module snd_mts64_unregister_all(void) | 1051 | static void snd_mts64_unregister_all(void) |
1052 | { | 1052 | { |
1053 | int i; | 1053 | int i; |
1054 | 1054 | ||