commit | 1b7dcc39a1de760970d44eaf42e896fdfe9c8f5b | [log] [tgz] |
---|---|---|
author | Heiko Stübner <heiko@sntech.de> | Fri Jul 22 23:51:06 2016 +0200 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 05 18:07:07 2016 -0600 |
tree | afeb9967661cc3cd950f61bb67e13ea579655acb | |
parent | 48380f25612939cd735fc1d086ba6fae554ad794 [diff] |
rockchip: remove log2 reimplementation from clock drivers The already available ilog2 function does exactly the same in the common case than the log2 function the current clock-driver reimplement. So, simply move to that one. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Simon Glass <sjg@chromium.org>