aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/pxaficp_ir.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:15 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:15 +0200
commit3f00302fbaf4a561d89a0c030fab6151b0f233ca (patch)
treed87a286aadfc26e8bf92f66a433c3a0072f3a98f /drivers/net/irda/pxaficp_ir.c
parentnet: ieee802154: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-3f00302fbaf4a561d89a0c030fab6151b0f233ca.tar.xz
linux-dev-3f00302fbaf4a561d89a0c030fab6151b0f233ca.zip
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/irda/pxaficp_ir.c b/drivers/net/irda/pxaficp_ir.c
index 3eeaaf800494..100454662e4b 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,