summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/at32psif.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:41 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:41 +0200
commit947a0687d19f7bc589183f1f0e2ca46e59cf8310 (patch)
treef995f9103b9214079354ec7f9954338faf9de327 /drivers/input/serio/at32psif.c
parent128562fb2ad542ab66f293fa2fec92e0ea3e531c (diff)
downloadop-kernel-dev-947a0687d19f7bc589183f1f0e2ca46e59cf8310.zip
op-kernel-dev-947a0687d19f7bc589183f1f0e2ca46e59cf8310.tar.gz
input: serio: 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/serio/at32psif.c')
-rw-r--r--drivers/input/serio/at32psif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/serio/at32psif.c b/drivers/input/serio/at32psif.c
index 3290b28..2e4ff5b 100644
--- a/drivers/input/serio/at32psif.c
+++ b/drivers/input/serio/at32psif.c
@@ -352,7 +352,6 @@ static struct platform_driver psif_driver = {
.remove = __exit_p(psif_remove),
.driver = {
.name = "atmel_psif",
- .owner = THIS_MODULE,
.pm = &psif_pm_ops,
},
};
OpenPOWER on IntegriCloud