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