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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c
index 12cd177132fc..26ee0cf88d20 100644
--- a/drivers/bluetooth/dtl1_cs.c
+++ b/drivers/bluetooth/dtl1_cs.c
@@ -647,9 +647,7 @@ MODULE_DEVICE_TABLE(pcmcia, dtl1_ids);
647 647
648static struct pcmcia_driver dtl1_driver = { 648static struct pcmcia_driver dtl1_driver = {
649 .owner = THIS_MODULE, 649 .owner = THIS_MODULE,
650 .drv = { 650 .name = "dtl1_cs",
651 .name = "dtl1_cs",
652 },
653 .probe = dtl1_probe, 651 .probe = dtl1_probe,
654 .remove = dtl1_detach, 652 .remove = dtl1_detach,
655 .id_table = dtl1_ids, 653 .id_table = dtl1_ids,