diff options
Diffstat (limited to 'drivers/bluetooth/btuart_cs.c')
-rw-r--r-- | drivers/bluetooth/btuart_cs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/bluetooth/btuart_cs.c b/drivers/bluetooth/btuart_cs.c index 9f9bb69dc0a2..f8a0708e2311 100644 --- a/drivers/bluetooth/btuart_cs.c +++ b/drivers/bluetooth/btuart_cs.c | |||
@@ -697,9 +697,7 @@ MODULE_DEVICE_TABLE(pcmcia, btuart_ids); | |||
697 | 697 | ||
698 | static struct pcmcia_driver btuart_driver = { | 698 | static struct pcmcia_driver btuart_driver = { |
699 | .owner = THIS_MODULE, | 699 | .owner = THIS_MODULE, |
700 | .drv = { | 700 | .name = "btuart_cs", |
701 | .name = "btuart_cs", | ||
702 | }, | ||
703 | .probe = btuart_probe, | 701 | .probe = btuart_probe, |
704 | .remove = btuart_detach, | 702 | .remove = btuart_detach, |
705 | .id_table = btuart_ids, | 703 | .id_table = btuart_ids, |