diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:22:07 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:22:07 -0400 |
commit | c756e83d1aa18310043042402566fdefa6e9d58b (patch) | |
tree | e4c7859a0f7caf5eaf3e953157a2088d158d8c53 /sound/soc/codecs/cx20442.c | |
parent | d0052ec305893d6eb25ac31c1ca8cc895c5b108a (diff) |
ASoC: codecs: 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 'sound/soc/codecs/cx20442.c')
-rw-r--r-- | sound/soc/codecs/cx20442.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cx20442.c b/sound/soc/codecs/cx20442.c index 8f95b0300f1a..0b10979513c4 100644 --- a/sound/soc/codecs/cx20442.c +++ b/sound/soc/codecs/cx20442.c | |||
@@ -429,7 +429,6 @@ static int __exit cx20442_platform_remove(struct platform_device *pdev) | |||
429 | static struct platform_driver cx20442_platform_driver = { | 429 | static struct platform_driver cx20442_platform_driver = { |
430 | .driver = { | 430 | .driver = { |
431 | .name = "cx20442-codec", | 431 | .name = "cx20442-codec", |
432 | .owner = THIS_MODULE, | ||
433 | }, | 432 | }, |
434 | .probe = cx20442_platform_probe, | 433 | .probe = cx20442_platform_probe, |
435 | .remove = __exit_p(cx20442_platform_remove), | 434 | .remove = __exit_p(cx20442_platform_remove), |