ALSA: synth: Remove empty init and exit
[sfrench/cifs-2.6.git] / sound / synth / emux / emux.c
index b840ff2dcfbb73c5958040c72fc42213db0e5960..64f3141a3e1b4e78e90c25b6eba071d887ec6091 100644 (file)
@@ -163,20 +163,3 @@ int snd_emux_free(struct snd_emux *emu)
 }
 
 EXPORT_SYMBOL(snd_emux_free);
-
-
-/*
- *  INIT part
- */
-
-static int __init alsa_emux_init(void)
-{
-       return 0;
-}
-
-static void __exit alsa_emux_exit(void)
-{
-}
-
-module_init(alsa_emux_init)
-module_exit(alsa_emux_exit)