diff options
Diffstat (limited to 'sound/soc/codecs/hdmi.c')
-rw-r--r-- | sound/soc/codecs/hdmi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/hdmi.c b/sound/soc/codecs/hdmi.c index 1391ad50f95d..bd42ad34e004 100644 --- a/sound/soc/codecs/hdmi.c +++ b/sound/soc/codecs/hdmi.c | |||
@@ -94,7 +94,6 @@ static int hdmi_codec_remove(struct platform_device *pdev) | |||
94 | static struct platform_driver hdmi_codec_driver = { | 94 | static struct platform_driver hdmi_codec_driver = { |
95 | .driver = { | 95 | .driver = { |
96 | .name = DRV_NAME, | 96 | .name = DRV_NAME, |
97 | .owner = THIS_MODULE, | ||
98 | .of_match_table = of_match_ptr(hdmi_audio_codec_ids), | 97 | .of_match_table = of_match_ptr(hdmi_audio_codec_ids), |
99 | }, | 98 | }, |
100 | 99 | ||