ASoC: amd: drop machine driver remove function
authorVijendar Mukunda <Vijendar.Mukunda@amd.com>
Thu, 7 Jul 2022 13:26:09 +0000 (18:56 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 8 Jul 2022 10:51:49 +0000 (11:51 +0100)
Drop machine driver remove() function.

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/20220707132613.3150931-2-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp-es8336.c

index 54ba399fe5968e8fe4ff61c88aa6a4bd5ab687e5..a9997627f991bfda03497ace4ece02eeb5412d04 100644 (file)
@@ -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);