pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / bluetooth / dtl1_cs.c
index 12cd177132fcd9a74211a430c8bdda77555eaa43..26ee0cf88d20487c0c830b5dec0c753bbf11a3b8 100644 (file)
@@ -647,9 +647,7 @@ MODULE_DEVICE_TABLE(pcmcia, dtl1_ids);
 
 static struct pcmcia_driver dtl1_driver = {
        .owner          = THIS_MODULE,
-       .drv            = {
-               .name   = "dtl1_cs",
-       },
+       .name           = "dtl1_cs",
        .probe          = dtl1_probe,
        .remove         = dtl1_detach,
        .id_table       = dtl1_ids,
This page took 0.028047 seconds and 5 git commands to generate.