commit | b137b4507c55f2aa80aed03c56c28dd34d35c619 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Mon Jul 20 17:23:54 2015 -0700 |
committer | Michael Turquette <mturquette@baylibre.com> | Mon Aug 24 16:48:44 2015 -0700 |
tree | 5ce4b57e2d347bf3a9015e1a32893fce5781d999 | |
parent | 98d8a60eccee74165793379f1f8a3b1cef3131c7 [diff] |
clk: ti: Remove CLK_IS_BASIC check This code is never called with a basic clock type, so the check here is not doing anything useful and is blocking the removal of __clk_get_flags(). Remove the check so we can delete the __clk_get_flags() API. Acked-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>