Skip to content

Commit

Permalink
FIX: softingcs conversion to module_pcmcia_driver macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kurt Van Dijck authored and Greg Kroah-Hartman committed Mar 19, 2013
1 parent a750fa4 commit 501ad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/can/softing/softing_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 501ad1c

Please sign in to comment.