Re: [PATCH 2/2] ASoC: amd: fix acpi dependency kernel warning

From: Mukunda,Vijendar
Date: Sun Mar 28 2021 - 13:39:23 EST




On 3/26/21 10:14 PM, Arnd Bergmann wrote:
On Fri, Mar 26, 2021 at 5:44 PM Vijendar Mukunda
<Vijendar.Mukunda@xxxxxxx> wrote:

Fix ACPI dependency kernel warning produced by powerpc
allyesconfig.

sound/soc/amd/acp-da7219-max98357a.c:684:28: warning:
'cz_rt5682_card' defined but not used [-Wunused-variable]

sound/soc/amd/acp-da7219-max98357a.c:671:28: warning: 'cz_card'
defined but not used [-Wunused-variable]

I would suggest simply dropping the unnecessary #ifdef and
ACPI_PTR() guard.

It might be helpful to hide the Kconfig submenu under
'depends on X86 || COMPILE_TEST'.

Arnd


Will drop the unnecessary safegaurd and will upload the new version.