From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: Thu, 5 Jan 2012 06:18:12 +0000 (-0800)
Subject: Input: ucb1400_ts - set driver owner
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8028e938ee169f43fcdbc3becd6d35be95fd9412;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

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>
---

diff --git a/drivers/input/touchscreen/ucb1400_ts.c b/drivers/input/touchscreen/ucb1400_ts.c
index dff748d43a8e..0066568fbd7b 100644
--- a/drivers/input/touchscreen/ucb1400_ts.c
+++ b/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,
 	},
 };