pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / bluetooth / bluecard_cs.c
index c9dd5b789d259d79485ce09d81c119c9d614ae1b..4104b7feae6741c585af6d87db7c1333478e6891 100644 (file)
@@ -940,9 +940,7 @@ MODULE_DEVICE_TABLE(pcmcia, bluecard_ids);
 
 static struct pcmcia_driver bluecard_driver = {
        .owner          = THIS_MODULE,
-       .drv            = {
-               .name   = "bluecard_cs",
-       },
+       .name           = "bluecard_cs",
        .probe          = bluecard_probe,
        .remove         = bluecard_detach,
        .id_table       = bluecard_ids,
This page took 0.023947 seconds and 5 git commands to generate.