ALSA: drivers: Remove empty init and exit
[linux-2.6-microblaze.git] / sound / drivers / opl3 / opl3_lib.c
index 1a5355b..cf86c36 100644 (file)
@@ -538,19 +538,3 @@ int snd_opl3_hwdep_new(struct snd_opl3 * opl3,
 }
 
 EXPORT_SYMBOL(snd_opl3_hwdep_new);
-
-/*
- *  INIT part
- */
-
-static int __init alsa_opl3_init(void)
-{
-       return 0;
-}
-
-static void __exit alsa_opl3_exit(void)
-{
-}
-
-module_init(alsa_opl3_init)
-module_exit(alsa_opl3_exit)