Commit 8d9cd3ea authored by Vijendar Mukunda's avatar Vijendar Mukunda Committed by Mark Brown

ASoC: amd: drop machine driver remove function

Drop machine driver remove() function.
Signed-off-by: default avatarVijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/20220707132613.3150931-2-Vijendar.Mukunda@amd.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent d7e5d8d2
......@@ -293,11 +293,6 @@ static int st_es8336_probe(struct platform_device *pdev)
return 0;
}
static int st_es8336_remove(struct platform_device *pdev)
{
return 0;
}
#ifdef CONFIG_ACPI
static const struct acpi_device_id st_audio_acpi_match[] = {
{"AMDI8336", 0},
......@@ -313,7 +308,6 @@ static struct platform_driver st_mach_driver = {
.pm = &snd_soc_pm_ops,
},
.probe = st_es8336_probe,
.remove = st_es8336_remove,
};
module_platform_driver(st_mach_driver);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment