diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-05-25 10:49:52 -0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-30 16:14:41 +0100 |
commit | 99cf4b267e4863b95c7d33f59371b6ccdfd4a4ce (patch) | |
tree | 67afd779e8b273a9a479cb0d12b193cc11cc4d63 /sound | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-99cf4b267e4863b95c7d33f59371b6ccdfd4a4ce.tar.gz linux-99cf4b267e4863b95c7d33f59371b6ccdfd4a4ce.tar.bz2 linux-99cf4b267e4863b95c7d33f59371b6ccdfd4a4ce.zip |
ASoC: ak4613: 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/ak4613.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4613.c b/sound/soc/codecs/ak4613.c index 647f69de6baa..33d2f2e10e24 100644 --- a/sound/soc/codecs/ak4613.c +++ b/sound/soc/codecs/ak4613.c @@ -530,7 +530,6 @@ static int ak4613_i2c_remove(struct i2c_client *client) static struct i2c_driver ak4613_i2c_driver = { .driver = { .name = "ak4613-codec", - .owner = THIS_MODULE, .of_match_table = ak4613_of_match, }, .probe = ak4613_i2c_probe, |