diff options
author | 2019-10-30 20:56:50 +0800 | |
---|---|---|
committer | 2019-11-11 14:53:05 +0100 | |
commit | 07b293c5b01483f3c65372e72e62a2ee559ce1cf (patch) | |
tree | d3a9ab5b0bc231556c28c4ae6a25edebf3779e0d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | clk: tegra: Add missing stubs for the case of !CONFIG_PM_SLEEP (diff) | |
download | linux-rng-07b293c5b01483f3c65372e72e62a2ee559ce1cf.tar.xz linux-rng-07b293c5b01483f3c65372e72e62a2ee559ce1cf.zip |
clk: tegra: Fix build error without CONFIG_PM_SLEEP
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@huawei.com>
Fixes: 27d10d548c04 ("clk: tegra: Add suspend and resume support on Tegra210")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions