aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/dtl1_cs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/dtl1_cs.c')
-rw-r--r--drivers/bluetooth/dtl1_cs.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c
index 036cb366fe6e..33f3a6950c0e 100644
--- a/drivers/bluetooth/dtl1_cs.c
+++ b/drivers/bluetooth/dtl1_cs.c
@@ -628,17 +628,4 @@ static struct pcmcia_driver dtl1_driver = {
628 .remove = dtl1_detach, 628 .remove = dtl1_detach,
629 .id_table = dtl1_ids, 629 .id_table = dtl1_ids,
630}; 630};
631 631module_pcmcia_driver(dtl1_driver);
632static int __init init_dtl1_cs(void)
633{
634 return pcmcia_register_driver(&dtl1_driver);
635}
636
637
638static void __exit exit_dtl1_cs(void)
639{
640 pcmcia_unregister_driver(&dtl1_driver);
641}
642
643module_init(init_dtl1_cs);
644module_exit(exit_dtl1_cs);