mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
FIX: softingcs conversion to module_pcmcia_driver macro
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Kurt Van Dijck <kurt.van.dijck@eia.be> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a750fa4edd
commit
501ad1c49b
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ static struct pcmcia_driver softingcs_driver = {
|
|||
.remove = softingcs_remove,
|
||||
};
|
||||
|
||||
module_pcmcia_driver(&softingcs_driver);
|
||||
module_pcmcia_driver(softingcs_driver);
|
||||
|
||||
MODULE_DESCRIPTION("softing CANcard driver"
|
||||
", links PCMCIA card to softing driver");
|
||||
|
|
Loading…
Reference in a new issue