aboutsummaryrefslogtreecommitdiffstats
path: root/sound/mips/sgio2audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mips/sgio2audio.c')
-rw-r--r--sound/mips/sgio2audio.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/sound/mips/sgio2audio.c b/sound/mips/sgio2audio.c
index 69425d4c91fd..ceaa593ea4ef 100644
--- a/sound/mips/sgio2audio.c
+++ b/sound/mips/sgio2audio.c
@@ -976,15 +976,4 @@ static struct platform_driver sgio2audio_driver = {
976 } 976 }
977}; 977};
978 978
979static int __init alsa_card_sgio2audio_init(void) 979module_platform_driver(sgio2audio_driver);
980{
981 return platform_driver_register(&sgio2audio_driver);
982}
983
984static void __exit alsa_card_sgio2audio_exit(void)
985{
986 platform_driver_unregister(&sgio2audio_driver);
987}
988
989module_init(alsa_card_sgio2audio_init)
990module_exit(alsa_card_sgio2audio_exit)