pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / net / wireless / orinoco / orinoco_cs.c
index 263dfe9e0e30fa2322d9456465609881eb52426f..28212661f34ac9881b1dacc13abf6c51e1ef532a 100644 (file)
@@ -378,9 +378,7 @@ MODULE_DEVICE_TABLE(pcmcia, orinoco_cs_ids);
 
 static struct pcmcia_driver orinoco_driver = {
        .owner          = THIS_MODULE,
-       .drv            = {
-               .name   = DRIVER_NAME,
-       },
+       .name           = DRIVER_NAME,
        .probe          = orinoco_cs_probe,
        .remove         = orinoco_cs_detach,
        .id_table       = orinoco_cs_ids,
This page took 0.028619 seconds and 5 git commands to generate.