diff options
Diffstat (limited to 'sound/pcmcia/pdaudiocf/pdaudiocf.c')
-rw-r--r-- | sound/pcmcia/pdaudiocf/pdaudiocf.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf.c b/sound/pcmcia/pdaudiocf/pdaudiocf.c index f9b5229b2723..8f489de5c4c6 100644 --- a/sound/pcmcia/pdaudiocf/pdaudiocf.c +++ b/sound/pcmcia/pdaudiocf/pdaudiocf.c | |||
@@ -295,18 +295,5 @@ static struct pcmcia_driver pdacf_cs_driver = { | |||
295 | .suspend = pdacf_suspend, | 295 | .suspend = pdacf_suspend, |
296 | .resume = pdacf_resume, | 296 | .resume = pdacf_resume, |
297 | #endif | 297 | #endif |
298 | |||
299 | }; | 298 | }; |
300 | 299 | module_pcmcia_driver(pdacf_cs_driver); | |
301 | static int __init init_pdacf(void) | ||
302 | { | ||
303 | return pcmcia_register_driver(&pdacf_cs_driver); | ||
304 | } | ||
305 | |||
306 | static void __exit exit_pdacf(void) | ||
307 | { | ||
308 | pcmcia_unregister_driver(&pdacf_cs_driver); | ||
309 | } | ||
310 | |||
311 | module_init(init_pdacf); | ||
312 | module_exit(exit_pdacf); | ||