提交 501ad1c4 编写于 作者: K Kurt Van Dijck 提交者: Greg Kroah-Hartman

FIX: softingcs conversion to module_pcmcia_driver macro

Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NKurt Van Dijck <kurt.van.dijck@eia.be>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a750fa4e
......@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册