28 Mar
2021
28 Mar
'21
8:55 p.m.
On 3/26/21 10:14 PM, Arnd Bergmann wrote:
On Fri, Mar 26, 2021 at 5:44 PM Vijendar Mukunda Vijendar.Mukunda@amd.com 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.