浏览代码

Input: ucb1400_ts - set driver owner

So that it has proper symlink to the containing module in sysfs.

Acked-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Dmitry Torokhov 13 年之前
父节点
当前提交
8028e938ee
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/input/touchscreen/ucb1400_ts.c

+ 1 - 0
drivers/input/touchscreen/ucb1400_ts.c

@@ -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,
 	},
 };