diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:22:14 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:22:14 -0400 |
commit | 33db744abe957baa8440b7065644c1becde28dc3 (patch) | |
tree | 903ca2f081ab190f57af7caeb2c997f991f4f01c /sound/soc/sirf/sirf-audio.c | |
parent | f20068009adf34dcc2b10b3f134502205aa9f04e (diff) |
ASoC: sirf: 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/sirf/sirf-audio.c')
-rw-r--r-- | sound/soc/sirf/sirf-audio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sirf/sirf-audio.c b/sound/soc/sirf/sirf-audio.c index ecef51021653..94ea152e0362 100644 --- a/sound/soc/sirf/sirf-audio.c +++ b/sound/soc/sirf/sirf-audio.c | |||
@@ -143,7 +143,6 @@ MODULE_DEVICE_TABLE(of, sirf_audio_of_match); | |||
143 | static struct platform_driver sirf_audio_driver = { | 143 | static struct platform_driver sirf_audio_driver = { |
144 | .driver = { | 144 | .driver = { |
145 | .name = "sirf-audio-card", | 145 | .name = "sirf-audio-card", |
146 | .owner = THIS_MODULE, | ||
147 | .pm = &snd_soc_pm_ops, | 146 | .pm = &snd_soc_pm_ops, |
148 | .of_match_table = sirf_audio_of_match, | 147 | .of_match_table = sirf_audio_of_match, |
149 | }, | 148 | }, |