pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / scsi / pcmcia / fdomain_stub.c
index f2dc627e9da2eeca8d500d11b79f94908036b7f2..cd69c2670f810dd7ca7a738a5a75ef0ba4b28a52 100644 (file)
@@ -188,9 +188,7 @@ MODULE_DEVICE_TABLE(pcmcia, fdomain_ids);
 
 static struct pcmcia_driver fdomain_cs_driver = {
        .owner          = THIS_MODULE,
-       .drv            = {
-               .name   = "fdomain_cs",
-       },
+       .name           = "fdomain_cs",
        .probe          = fdomain_probe,
        .remove         = fdomain_detach,
        .id_table       = fdomain_ids,
This page took 0.02484 seconds and 5 git commands to generate.