aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/sunxi-cir.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:51 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:51 +0200
commitd07f1c56cfde5389784975415bc2031b3c405a54 (patch)
tree304d6fc619bf0c9eb13bbe30e13f1e45dc750608 /drivers/media/rc/sunxi-cir.c
parentmedia: radio: si4713: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-d07f1c56cfde5389784975415bc2031b3c405a54.tar.xz
linux-dev-d07f1c56cfde5389784975415bc2031b3c405a54.zip
media: rc: 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 '')
-rw-r--r--drivers/media/rc/sunxi-cir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/rc/sunxi-cir.c b/drivers/media/rc/sunxi-cir.c
index bcee8e1a4e9e..340f7f51eed4 100644
--- a/drivers/media/rc/sunxi-cir.c
+++ b/drivers/media/rc/sunxi-cir.c
@@ -306,7 +306,6 @@ static struct platform_driver sunxi_ir_driver = {
.remove = sunxi_ir_remove,
.driver = {
.name = SUNXI_IR_DEV,
- .owner = THIS_MODULE,
.of_match_table = sunxi_ir_match,
},
};