Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70c10922 authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown
Browse files

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: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1a695a90
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
	},
};