Commit 1d5aa055 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Takashi Iwai <tiwai@suse.de>

au88x0 driver
removed EXPORT_NO_SYMBOLS.
parent 3f115743
...@@ -415,6 +415,5 @@ static void __exit alsa_card_vortex_exit(void) ...@@ -415,6 +415,5 @@ static void __exit alsa_card_vortex_exit(void)
pci_unregister_driver(&driver); pci_unregister_driver(&driver);
} }
EXPORT_NO_SYMBOLS; module_init(alsa_card_vortex_init)
module_exit(alsa_card_vortex_exit)
module_init(alsa_card_vortex_init) module_exit(alsa_card_vortex_exit)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment