pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / net / pcmcia / smc91c92_cs.c
index a8cef28507de199c9ab7484211d363359e963111..e4c4fb626572962e537d633acbcceec1f1206f52 100644 (file)
@@ -2090,9 +2090,7 @@ MODULE_DEVICE_TABLE(pcmcia, smc91c92_ids);
 
 static struct pcmcia_driver smc91c92_cs_driver = {
        .owner          = THIS_MODULE,
-       .drv            = {
-               .name   = "smc91c92_cs",
-       },
+       .name           = "smc91c92_cs",
        .probe          = smc91c92_probe,
        .remove         = smc91c92_detach,
        .id_table       = smc91c92_ids,
This page took 0.023618 seconds and 5 git commands to generate.