pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / bluetooth / btuart_cs.c
index 9f9bb69dc0a27ec039989025e0ac47bd310fd942..f8a0708e23110446de1f8a4ccc5e344306b88820 100644 (file)
@@ -697,9 +697,7 @@ MODULE_DEVICE_TABLE(pcmcia, btuart_ids);
 
 static struct pcmcia_driver btuart_driver = {
        .owner          = THIS_MODULE,
-       .drv            = {
-               .name   = "btuart_cs",
-       },
+       .name           = "btuart_cs",
        .probe          = btuart_probe,
        .remove         = btuart_detach,
        .id_table       = btuart_ids,
This page took 0.025072 seconds and 5 git commands to generate.