Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[firefly-linux-kernel-4.4.55.git] / drivers / bluetooth / dtl1_cs.c
index 036cb366fe6e77d7c8e202cf2aee0f0d3fde2880..33f3a6950c0e85e852766d41bc80db4cd986d98f 100644 (file)
@@ -628,17 +628,4 @@ static struct pcmcia_driver dtl1_driver = {
        .remove         = dtl1_detach,
        .id_table       = dtl1_ids,
 };
-
-static int __init init_dtl1_cs(void)
-{
-       return pcmcia_register_driver(&dtl1_driver);
-}
-
-
-static void __exit exit_dtl1_cs(void)
-{
-       pcmcia_unregister_driver(&dtl1_driver);
-}
-
-module_init(init_dtl1_cs);
-module_exit(exit_dtl1_cs);
+module_pcmcia_driver(dtl1_driver);