summaryrefslogtreecommitdiff
path: root/drivers/input/mouse/amimouse.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 14:20:40 (GMT)
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 14:20:40 (GMT)
commit128562fb2ad542ab66f293fa2fec92e0ea3e531c (patch)
treec3103126ce83b6c473481a53a82bf5adb89a3d4e /drivers/input/mouse/amimouse.c
parent776bd315a7721574d7d687dd9abf200735d12a2a (diff)
downloadlinux-128562fb2ad542ab66f293fa2fec92e0ea3e531c.tar.xz
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/mouse/amimouse.c b/drivers/input/mouse/amimouse.c
index 62ec52b..a7fd8f2 100644
--- a/drivers/input/mouse/amimouse.c
+++ b/drivers/input/mouse/amimouse.c
@@ -141,7 +141,6 @@ static struct platform_driver amimouse_driver = {
.remove = __exit_p(amimouse_remove),
.driver = {
.name = "amiga-mouse",
- .owner = THIS_MODULE,
},
};