aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-05-25 09:49:52 -0400
committerMark Brown <broonie@kernel.org>2016-05-30 11:14:41 -0400
commit99cf4b267e4863b95c7d33f59371b6ccdfd4a4ce (patch)
tree67afd779e8b273a9a479cb0d12b193cc11cc4d63
parent1a695a905c18548062509178b98bc91e67510864 (diff)
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>
-rw-r--r--sound/soc/codecs/ak4613.c1
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)
530static struct i2c_driver ak4613_i2c_driver = { 530static struct i2c_driver ak4613_i2c_driver = {
531 .driver = { 531 .driver = {
532 .name = "ak4613-codec", 532 .name = "ak4613-codec",
533 .owner = THIS_MODULE,
534 .of_match_table = ak4613_of_match, 533 .of_match_table = ak4613_of_match,
535 }, 534 },
536 .probe = ak4613_i2c_probe, 535 .probe = ak4613_i2c_probe,