diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:20:51 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:20:51 +0400 |
commit | da2dc6fff5b63b94a45d75b77b1a441d1b55a4bf (patch) | |
tree | 5f720c479c6587ad835beeec99f8418ce898085f /drivers/media/radio/radio-wl1273.c | |
parent | 377b19756c67b6754fbbd4ff00efadf2b67eff28 (diff) | |
download | linux-da2dc6fff5b63b94a45d75b77b1a441d1b55a4bf.tar.xz |
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 'drivers/media/radio/radio-wl1273.c')
-rw-r--r-- | drivers/media/radio/radio-wl1273.c | 1 |
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, }, }; |