commit | 103387aaf791acb9cd4038f77c70efcf7f864b87 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Thu Sep 08 07:47:28 2016 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Sep 21 15:04:32 2016 +0200 |
tree | e5a4a9ea3f28069427305dc3b6c0dc07c42a13fd | |
parent | 0286885cf72931cb4244fa824811cb61c2151e07 [diff] |
clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled The implementations of clk_get_by_index & clk_get_by_name are only available when CONFIG_CLK is enabled. Provide the dummies when this is not the case in order to avoid build failures. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Reviewed-by: Simon Glass <sjg@chromium.org>