diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:40 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:40 -0400 |
commit | 128562fb2ad542ab66f293fa2fec92e0ea3e531c (patch) | |
tree | c3103126ce83b6c473481a53a82bf5adb89a3d4e /drivers/input/mouse/amimouse.c | |
parent | 776bd315a7721574d7d687dd9abf200735d12a2a (diff) |
input: mouse: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/input/mouse/amimouse.c')
-rw-r--r-- | drivers/input/mouse/amimouse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/mouse/amimouse.c b/drivers/input/mouse/amimouse.c index 62ec52b2e347..a7fd8f22ba56 100644 --- a/drivers/input/mouse/amimouse.c +++ b/drivers/input/mouse/amimouse.c | |||
@@ -141,7 +141,6 @@ static struct platform_driver amimouse_driver = { | |||
141 | .remove = __exit_p(amimouse_remove), | 141 | .remove = __exit_p(amimouse_remove), |
142 | .driver = { | 142 | .driver = { |
143 | .name = "amiga-mouse", | 143 | .name = "amiga-mouse", |
144 | .owner = THIS_MODULE, | ||
145 | }, | 144 | }, |
146 | }; | 145 | }; |
147 | 146 | ||