Re: [PATCH] ASoC: mediatek: mt8192: Fix build failure

2020-11-05 Thread Mark Brown
On Thu, 5 Nov 2020 12:47:47 +, Sudip Mukherjee wrote: > A build of arm64 allmodconfig with next-20201105 fails with the error: > ERROR: modpost: "mt8192_afe_gpio_request" undefined! > ERROR: modpost: "mt8192_afe_gpio_init" undefined! > > Export the symbols so that mt8192-mt6359-rt1015-rt5682.k

[PATCH] ASoC: mediatek: mt8192: Fix build failure

2020-11-05 Thread Sudip Mukherjee
A build of arm64 allmodconfig with next-20201105 fails with the error: ERROR: modpost: "mt8192_afe_gpio_request" undefined! ERROR: modpost: "mt8192_afe_gpio_init" undefined! Export the symbols so that mt8192-mt6359-rt1015-rt5682.ko finds it. Signed-off-by: Sudip Mukherjee --- build log at: htt