diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:15 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:15 +0200 |
commit | 3f00302fbaf4a561d89a0c030fab6151b0f233ca (patch) | |
tree | d87a286aadfc26e8bf92f66a433c3a0072f3a98f /drivers/net/irda/pxaficp_ir.c | |
parent | bb1f1107858c1cb3cbb870852f54a0169cb2c360 (diff) |
net: irda: 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/net/irda/pxaficp_ir.c')
-rw-r--r-- | drivers/net/irda/pxaficp_ir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/irda/pxaficp_ir.c b/drivers/net/irda/pxaficp_ir.c index 3eeaaf80049..100454662e4 100644 --- a/drivers/net/irda/pxaficp_ir.c +++ b/drivers/net/irda/pxaficp_ir.c @@ -966,7 +966,6 @@ static int pxa_irda_remove(struct platform_device *_dev) static struct platform_driver pxa_ir_driver = { .driver = { .name = "pxa2xx-ir", - .owner = THIS_MODULE, }, .probe = pxa_irda_probe, .remove = pxa_irda_remove, |