提交 0c0c440f 编写于 作者: D Dmitry Torokhov

Input: atmel-wm97xx - set driver owner

This allows creating proper sysfs link between driver and its module.
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 e3ae3525
......@@ -424,7 +424,8 @@ static int atmel_wm97xx_resume(struct platform_device *pdev)
static struct platform_driver atmel_wm97xx_driver = {
.remove = __exit_p(atmel_wm97xx_remove),
.driver = {
.name = "wm97xx-touch",
.name = "wm97xx-touch",
.owner = THIS_MODULE,
},
.suspend = atmel_wm97xx_suspend,
.resume = atmel_wm97xx_resume,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册