pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / scsi / pcmcia / aha152x_stub.c
index bd9ce09b7ff819c73da0523e3280e5c02ce94e96..49cbea33c1412439f0f69512c7d3f7419d683737 100644 (file)
@@ -216,9 +216,7 @@ MODULE_DEVICE_TABLE(pcmcia, aha152x_ids);
 
 static struct pcmcia_driver aha152x_cs_driver = {
        .owner          = THIS_MODULE,
-       .drv            = {
-               .name   = "aha152x_cs",
-       },
+       .name           = "aha152x_cs",
        .probe          = aha152x_probe,
        .remove         = aha152x_detach,
        .id_table       = aha152x_ids,
This page took 0.026302 seconds and 5 git commands to generate.