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>
This commit is contained in:
parent
3db8a537c6
commit
8028e938ee
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue