From: Dmitry Torokhov Date: Thu, 5 Jan 2012 06:18:12 +0000 (-0800) Subject: Input: ucb1400_ts - set driver owner X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8028e938ee169f43fcdbc3becd6d35be95fd9412;p=mv-sheeva.git Input: ucb1400_ts - set driver owner So that it has proper symlink to the containing module in sysfs. Acked-by: Marek Vasut Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/ucb1400_ts.c b/drivers/input/touchscreen/ucb1400_ts.c index dff748d43a8..0066568fbd7 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, }, };