aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-wl1273.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
commitda2dc6fff5b63b94a45d75b77b1a441d1b55a4bf (patch)
tree5f720c479c6587ad835beeec99f8418ce898085f /drivers/media/radio/radio-wl1273.c
parentmedia: platform: vsp1: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-da2dc6fff5b63b94a45d75b77b1a441d1b55a4bf.tar.xz
linux-dev-da2dc6fff5b63b94a45d75b77b1a441d1b55a4bf.zip
media: radio: 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/radio/radio-wl1273.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-wl1273.c b/drivers/media/radio/radio-wl1273.c
index 9cf6731fb816..fd2281c4a784 100644
--- a/drivers/media/radio/radio-wl1273.c
+++ b/drivers/media/radio/radio-wl1273.c
@@ -2148,7 +2148,6 @@ static struct platform_driver wl1273_fm_radio_driver = {
.remove = wl1273_fm_radio_remove,
.driver = {
.name = "wl1273_fm_radio",
- .owner = THIS_MODULE,
},
};