From: Fabio Estevam Date: Wed, 25 May 2016 13:49:52 +0000 (-0300) Subject: ASoC: ak4613: Remove owner assignment from platform_driver X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=99cf4b267e4863b95c7d33f59371b6ccdfd4a4ce;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Mark Brown --- 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,