aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/apbps2.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:41 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:41 -0400
commit947a0687d19f7bc589183f1f0e2ca46e59cf8310 (patch)
treef995f9103b9214079354ec7f9954338faf9de327 /drivers/input/serio/apbps2.c
parent128562fb2ad542ab66f293fa2fec92e0ea3e531c (diff)
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/apbps2.c')
-rw-r--r--drivers/input/serio/apbps2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/serio/apbps2.c b/drivers/input/serio/apbps2.c
index 98be824544a5..45d4e08ca4f8 100644
--- a/drivers/input/serio/apbps2.c
+++ b/drivers/input/serio/apbps2.c
@@ -214,7 +214,6 @@ MODULE_DEVICE_TABLE(of, apbps2_of_match);
214static struct platform_driver apbps2_of_driver = { 214static struct platform_driver apbps2_of_driver = {
215 .driver = { 215 .driver = {
216 .name = "grlib-apbps2", 216 .name = "grlib-apbps2",
217 .owner = THIS_MODULE,
218 .of_match_table = apbps2_of_match, 217 .of_match_table = apbps2_of_match,
219 }, 218 },
220 .probe = apbps2_of_probe, 219 .probe = apbps2_of_probe,