diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-12-12 00:10:18 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-12-12 02:45:11 -0500 |
commit | 898d1053f72c192a6e7f701e915995afff695de8 (patch) | |
tree | 33b9a5fa9c3d24133abf422e651f376691e1aa25 /drivers/input/serio/at32psif.c | |
parent | 1f26978afd123deb22dd3c7dc75771a02f6e03f6 (diff) |
Input: serio - set owner in driver structures
Setting up owner field ensures that driver core creates symlink from
the driver to a module implementing this driver.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/serio/at32psif.c')
-rw-r--r-- | drivers/input/serio/at32psif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/serio/at32psif.c b/drivers/input/serio/at32psif.c index a6fb7a3dcc46..50bdc00c49d7 100644 --- a/drivers/input/serio/at32psif.c +++ b/drivers/input/serio/at32psif.c | |||
@@ -352,6 +352,7 @@ static struct platform_driver psif_driver = { | |||
352 | .remove = __exit_p(psif_remove), | 352 | .remove = __exit_p(psif_remove), |
353 | .driver = { | 353 | .driver = { |
354 | .name = "atmel_psif", | 354 | .name = "atmel_psif", |
355 | .owner = THIS_MODULE, | ||
355 | }, | 356 | }, |
356 | .suspend = psif_suspend, | 357 | .suspend = psif_suspend, |
357 | .resume = psif_resume, | 358 | .resume = psif_resume, |