diff options
Diffstat (limited to 'sound/mips/sgio2audio.c')
-rw-r--r-- | sound/mips/sgio2audio.c | 13 |
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 | ||
979 | static int __init alsa_card_sgio2audio_init(void) | 979 | module_platform_driver(sgio2audio_driver); |
980 | { | ||
981 | return platform_driver_register(&sgio2audio_driver); | ||
982 | } | ||
983 | |||
984 | static void __exit alsa_card_sgio2audio_exit(void) | ||
985 | { | ||
986 | platform_driver_unregister(&sgio2audio_driver); | ||
987 | } | ||
988 | |||
989 | module_init(alsa_card_sgio2audio_init) | ||
990 | module_exit(alsa_card_sgio2audio_exit) | ||