aboutsummaryrefslogtreecommitdiffstats
path: root/sound/mips/hal2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mips/hal2.c')
-rw-r--r--sound/mips/hal2.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/sound/mips/hal2.c b/sound/mips/hal2.c
index 2e6c85894e0b..5f88d1f09ffe 100644
--- a/sound/mips/hal2.c
+++ b/sound/mips/hal2.c
@@ -935,15 +935,4 @@ static struct platform_driver hal2_driver = {
935 } 935 }
936}; 936};
937 937
938static int __init alsa_card_hal2_init(void) 938module_platform_driver(hal2_driver);
939{
940 return platform_driver_register(&hal2_driver);
941}
942
943static void __exit alsa_card_hal2_exit(void)
944{
945 platform_driver_unregister(&hal2_driver);
946}
947
948module_init(alsa_card_hal2_init);
949module_exit(alsa_card_hal2_exit);