diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-05-25 13:49:51 (GMT) |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-30 15:19:23 (GMT) |
commit | 70c1092207fb6372a879e46500c213e4f61c4f56 (patch) | |
tree | 4a0963cb77ee199bade1dc60c1af90d6e0fe1d91 /sound | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-70c1092207fb6372a879e46500c213e4f61c4f56.tar.xz |
ASoC: pcm5102a: Remove owner assignment from platform_driver
This platform_driver does not need to set an owner as it will be
populated by the driver core.
Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
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 ed51567..8ba322a 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, }, }; |