Re: [PATCH] ASoC: mediatek: remove unnecessary CONFIG_PM

From: Tzung-Bi Shih
Date: Thu Nov 25 2021 - 01:14:44 EST


On Thu, Nov 25, 2021 at 12:24:22PM +0800, Jiaxin Yu wrote:
> The unnecessary conditional inclusion caused the following warning.
>
> Such as:
> >> sound/soc/mediatek/mt8192/mt8192-afe-pcm.c:2368:32: warning: unused
> >> variable 'mt8192_afe_pm_ops' [-Wunused-const-variable]
> static const struct dev_pm_ops mt8192_afe_pm_ops = {
>
> Because runtime_pm already handles the case without CONFIG_PM, we
> can remove CONFIG_PM condition.
>
> Signed-off-by: Jiaxin Yu <jiaxin.yu@xxxxxxxxxxxx>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>

Acked-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx>