commit | 81d0128d2bec6aaa69d7f41c96a5a659075f79f7 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Jul 18 09:29:10 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 26 11:28:08 2017 -0400 |
tree | 31c0139aeed5ca07f0c3a2b5f018bc846953bfb9 | |
parent | 541cd6e54eb80159d9212e2dda8fdea8c246eea7 [diff] |
clk: stm32f7: remove clock_get() All drivers which was using clock_get() are now using clk_get_rate() from clock framework, now it's safe to remove clock_get(). Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Acked-by: Vikas MANOCHA <vikas.manocha@st.com>