commit | 3f96f87520c22efe4a8b43f45f1b2011da50dc06 | [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 | 639200f6a0dcfe67e4c923b6108703e192946388 [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>