commit | 0a9c869d5c568054a828a38357f30d77659e5b1e | [log] [tgz] |
---|---|---|
author | Gabriel Fernandez <gabriel.fernandez@st.com> | Mon Aug 21 13:59:01 2017 +0200 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Aug 31 18:35:45 2017 -0700 |
tree | 6c83b3f1dfce255acd851a2508c48191be546397 | |
parent | 42d3c5f634de895cf01f066a1ea67140d653c36e [diff] |
clk: gate: expose clk_gate_ops::is_enabled This patch exposes clk_gate_ops::is_enabled as functions that can be directly called and assigned in places like this so we don't need wrapper functions that do nothing besides forward the call. Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com> Suggested-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>