pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / net / wireless / atmel_cs.c
index 2029380221120e16bef7e1daf3e3b5f41884d2fe..13c0c3b026904df8d4edbd9b854108513a46cc89 100644 (file)
@@ -309,9 +309,7 @@ MODULE_DEVICE_TABLE(pcmcia, atmel_ids);
 
 static struct pcmcia_driver atmel_driver = {
        .owner          = THIS_MODULE,
-       .drv            = {
-               .name   = "atmel_cs",
-        },
+       .name           = "atmel_cs",
        .probe          = atmel_probe,
        .remove         = atmel_detach,
        .id_table       = atmel_ids,
This page took 0.024185 seconds and 5 git commands to generate.