Commit 26bfac10 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA micro update - fixed compilation of VXPocket drivers (missing symbols)

parent 5361cebd
...@@ -371,10 +371,6 @@ static int vxpocket_event(event_t event, int priority, event_callback_args_t *ar ...@@ -371,10 +371,6 @@ static int vxpocket_event(event_t event, int priority, event_callback_args_t *ar
return 0; return 0;
} }
/* we link this module statically with the card modules
* due to the pcmcia symbol problems...
*/
#if 0
/* /*
* exported stuffs * exported stuffs
*/ */
...@@ -382,4 +378,3 @@ EXPORT_SYMBOL(snd_vxpocket_ops); ...@@ -382,4 +378,3 @@ EXPORT_SYMBOL(snd_vxpocket_ops);
EXPORT_SYMBOL(snd_vxpocket_attach); EXPORT_SYMBOL(snd_vxpocket_attach);
EXPORT_SYMBOL(snd_vxpocket_detach); EXPORT_SYMBOL(snd_vxpocket_detach);
EXPORT_SYMBOL(snd_vxpocket_detach_all); EXPORT_SYMBOL(snd_vxpocket_detach_all);
#endif
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