pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / ide / ide-cs.c
index c389d9a28881997a93c9337b9a2b13db907bfa1f..54702cc8e0d43f50882e3d506b6b37fcff1d0663 100644 (file)
@@ -389,9 +389,7 @@ MODULE_DEVICE_TABLE(pcmcia, ide_ids);
 
 static struct pcmcia_driver ide_cs_driver = {
        .owner          = THIS_MODULE,
-       .drv            = {
-               .name   = "ide-cs",
-       },
+       .name           = "ide-cs",
        .probe          = ide_probe,
        .remove         = ide_detach,
        .id_table       = ide_ids,
This page took 0.028642 seconds and 5 git commands to generate.