commit | 5699d160550b1e480c920f8182bd4b73b8c9ae43 | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Tue Oct 15 20:00:06 2019 +0300 |
committer | Thierry Reding <treding@nvidia.com> | Mon Nov 11 14:53:05 2019 +0100 |
tree | a55e3b4f3a0c1e517f989cc321fec9cfcf388fa9 | |
parent | 204ce75b897035447f29b1ec4423f9f25baf8a60 [diff] |
clk: tegra: Add missing stubs for the case of !CONFIG_PM_SLEEP The new CPUIDLE driver uses the Tegra's CLK API and that driver won't strictly depend on CONFIG_PM_SLEEP, hence add the required stubs in order to allow compiling of the new driver with the CONFIG_PM_SLEEP=n. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>