diff options
author | Mark Brown <broonie@kernel.org> | 2016-07-24 22:07:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-24 22:07:23 +0100 |
commit | 2d2c6e3b8cefce30e33732775bf6d71f9cc25291 (patch) | |
tree | 94a3928642b85184baa57e54d3b08de9c14db88b /sound | |
parent | 7b1ad4020422729d8e58486a4d98b30c666c9534 (diff) | |
parent | 70c1092207fb6372a879e46500c213e4f61c4f56 (diff) | |
download | linux-2d2c6e3b8cefce30e33732775bf6d71f9cc25291.tar.bz2 |
Merge remote-tracking branch 'asoc/topic/pcm5102a' into asoc-next
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/pcm5102a.c | 1 |
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, }, }; |