aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sirf/sirf-audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sirf/sirf-audio.c')
-rw-r--r--sound/soc/sirf/sirf-audio.c1
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);
143static struct platform_driver sirf_audio_driver = { 143static 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 },