pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / net / pcmcia / axnet_cs.c
index 9d9d997f2e5967f66cd8fd1db9900d982d759141..fb5a39ba4801990e73037fffa8764fb78b649b48 100644 (file)
@@ -761,9 +761,7 @@ MODULE_DEVICE_TABLE(pcmcia, axnet_ids);
 
 static struct pcmcia_driver axnet_cs_driver = {
        .owner          = THIS_MODULE,
-       .drv            = {
-               .name   = "axnet_cs",
-       },
+       .name           = "axnet_cs",
        .probe          = axnet_probe,
        .remove         = axnet_detach,
        .id_table       = axnet_ids,
This page took 0.04242 seconds and 5 git commands to generate.