aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-07-24 22:07:23 +0100
committerMark Brown <broonie@kernel.org>2016-07-24 22:07:23 +0100
commit2d2c6e3b8cefce30e33732775bf6d71f9cc25291 (patch)
tree94a3928642b85184baa57e54d3b08de9c14db88b /sound/soc
parentMerge remote-tracking branch 'asoc/topic/pcm1681' into asoc-next (diff)
parentASoC: pcm5102a: Remove owner assignment from platform_driver (diff)
downloadlinux-dev-2d2c6e3b8cefce30e33732775bf6d71f9cc25291.tar.xz
linux-dev-2d2c6e3b8cefce30e33732775bf6d71f9cc25291.zip
Merge remote-tracking branch 'asoc/topic/pcm5102a' into asoc-next
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/pcm5102a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/pcm5102a.c b/sound/soc/codecs/pcm5102a.c
index ed515677409b..8ba322a00363 100644
--- a/sound/soc/codecs/pcm5102a.c
+++ b/sound/soc/codecs/pcm5102a.c
@@ -57,7 +57,6 @@ static struct platform_driver pcm5102a_codec_driver = {
.remove = pcm5102a_remove,
.driver = {
.name = "pcm5102a-codec",
- .owner = THIS_MODULE,
.of_match_table = pcm5102a_of_match,
},
};