mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
pcmcia: move driver name to struct pcmcia_driver
Tested-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
parent
1cc745d1cd
commit
2e9b981a7c
57 changed files with 67 additions and 172 deletions
|
@ -707,9 +707,7 @@ MODULE_DEVICE_TABLE(pcmcia, hostap_cs_ids);
|
|||
|
||||
|
||||
static struct pcmcia_driver hostap_driver = {
|
||||
.drv = {
|
||||
.name = "hostap_cs",
|
||||
},
|
||||
.name = "hostap_cs",
|
||||
.probe = hostap_cs_probe,
|
||||
.remove = prism2_detach,
|
||||
.owner = THIS_MODULE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue