pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / drivers / staging / wlags49_h2 / wl_cs.c
index 62a70afa3e297a79705de195cff426606869c7f7..aa3cc516fe1892ef983c52d4bae968eb121c8b18 100644 (file)
@@ -455,9 +455,7 @@ MODULE_DEVICE_TABLE(pcmcia, wl_adapter_ids);
 
 static struct pcmcia_driver wlags49_driver = {
        .owner      = THIS_MODULE,
-       .drv        = {
-               .name = DRIVER_NAME,
-       },
+       .name       = DRIVER_NAME,
        .probe      = wl_adapter_attach,
        .remove     = wl_adapter_detach,
        .id_table   = wl_adapter_ids,
This page took 0.076558 seconds and 5 git commands to generate.