Re: [PATCH -next] clk: tegra: Fix build error without CONFIG_PM_SLEEP

From: Thierry Reding
Date: Fri Nov 01 2019 - 05:50:14 EST


On Wed, Oct 30, 2019 at 08:56:50PM +0800, YueHaibing wrote:
> If CONFIG_PM_SLEEP is n, build fails:
>
> drivers/clk/tegra/clk-tegra210.c:3426:13: error:
> tegra210_clk_suspend undeclared here (not in a function); did you mean tegra_clk_ndspeed?
> .suspend = tegra210_clk_suspend,
> ^~~~~~~~~~~~~~~~~~~~
> tegra_clk_ndspeed
> drivers/clk/tegra/clk-tegra210.c:3427:12: error:
> tegra210_clk_resume undeclared here (not in a function); did you mean tegra210_clk_suspend?
> .resume = tegra210_clk_resume,
>
> Use ifdef to guard this.
>
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Fixes: 27d10d548c04 ("clk: tegra: Add suspend and resume support on Tegra210")
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>
> ---
> drivers/clk/tegra/clk-tegra210.c | 2 ++
> 1 file changed, 2 insertions(+)

Applied to for-5.5/clk, thanks.

Thierry

Attachment: signature.asc
Description: PGP signature