pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / net / pcmcia / 3c574_cs.c
index 8abce76367f8635b1f44fee16a2a6027a7243cb0..ba52b0b6d93b5020f0b402a55b9752f9a22711e3 100644 (file)
@@ -1196,9 +1196,7 @@ MODULE_DEVICE_TABLE(pcmcia, tc574_ids);
 
 static struct pcmcia_driver tc574_driver = {
        .owner          = THIS_MODULE,
-       .drv            = {
-               .name   = "3c574_cs",
-       },
+       .name           = "3c574_cs",
        .probe          = tc574_probe,
        .remove         = tc574_detach,
        .id_table       = tc574_ids,
This page took 0.042445 seconds and 5 git commands to generate.