From: Vijendar Mukunda Date: Wed, 4 Jan 2023 05:54:31 +0000 (+0530) Subject: ASoC: amd: ps: remove unused variable X-Git-Tag: v6.6.7~3340^2~4^2~171 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=948f317fac06f8c0e2dea8c37f5ae5ee10514034;p=platform%2Fkernel%2Flinux-starfive.git ASoC: amd: ps: remove unused variable Remove unused acp63_audio_mode variable. Signed-off-by: Vijendar Mukunda Link: https://lore.kernel.org/r/20230104055435.321327-3-Vijendar.Mukunda@amd.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/amd/ps/acp63.h b/sound/soc/amd/ps/acp63.h index e0160cb..b7535c7 100644 --- a/sound/soc/amd/ps/acp63.h +++ b/sound/soc/amd/ps/acp63.h @@ -105,7 +105,6 @@ static inline void acp63_writel(u32 val, void __iomem *base_addr) struct acp63_dev_data { void __iomem *acp63_base; struct resource *res; - bool acp63_audio_mode; struct platform_device *pdev[ACP63_DEVS]; struct mutex acp_lock; /* protect shared registers */ u16 pdev_mask;