ALSA: drivers: Remove empty init and exit
[sfrench/cifs-2.6.git] / sound / drivers / vx / vx_core.c
index 121357397a6d5388c00639514df1b64b7ebe9f18..04368dd59a4c8dd80503bae67ca3acfa12cc5a0d 100644 (file)
@@ -815,18 +815,3 @@ struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw,
 }
 
 EXPORT_SYMBOL(snd_vx_create);
-
-/*
- * module entries
- */
-static int __init alsa_vx_core_init(void)
-{
-       return 0;
-}
-
-static void __exit alsa_vx_core_exit(void)
-{
-}
-
-module_init(alsa_vx_core_init)
-module_exit(alsa_vx_core_exit)