pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / isdn / hardware / avm / avm_cs.c
index 403a995bec95b0cb5a497fb1cb1315c42ce8c034..b172361bbef87a350b4324f3fe7bfe42cd2a9075 100644 (file)
@@ -210,9 +210,7 @@ MODULE_DEVICE_TABLE(pcmcia, avmcs_ids);
 
 static struct pcmcia_driver avmcs_driver = {
        .owner  = THIS_MODULE,
-       .drv    = {
-               .name   = "avm_cs",
-       },
+       .name           = "avm_cs",
        .probe = avmcs_probe,
        .remove = avmcs_detach,
        .id_table = avmcs_ids,
This page took 0.038153 seconds and 5 git commands to generate.