aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/olpc_apsp.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/olpc_apsp.c
parent128562fb2ad542ab66f293fa2fec92e0ea3e531c (diff)
downloadkernel_replicant_linux-947a0687d19f7bc589183f1f0e2ca46e59cf8310.tar.gz
kernel_replicant_linux-947a0687d19f7bc589183f1f0e2ca46e59cf8310.tar.bz2
kernel_replicant_linux-947a0687d19f7bc589183f1f0e2ca46e59cf8310.zip
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/olpc_apsp.c')
-rw-r--r--drivers/input/serio/olpc_apsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/serio/olpc_apsp.c b/drivers/input/serio/olpc_apsp.c
index d906f3ebc8c8..8e9a4209fcad 100644
--- a/drivers/input/serio/olpc_apsp.c
+++ b/drivers/input/serio/olpc_apsp.c
@@ -273,7 +273,6 @@ static struct platform_driver olpc_apsp_driver = {
.remove = olpc_apsp_remove,
.driver = {
.name = "olpc-apsp",
- .owner = THIS_MODULE,
.of_match_table = olpc_apsp_dt_ids,
},
};