提交 8028e938 编写于 作者: D Dmitry Torokhov

Input: ucb1400_ts - set driver owner

So that it has proper symlink to the containing module in sysfs.
Acked-by: NMarek Vasut <marek.vasut@gmail.com>
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 3db8a537
......@@ -453,6 +453,7 @@ static struct platform_driver ucb1400_ts_driver = {
.remove = ucb1400_ts_remove,
.driver = {
.name = "ucb1400_ts",
.owner = THIS_MODULE,
.pm = &ucb1400_ts_pm_ops,
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册