clk: ti: Remove CLK_IS_BASIC check
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 21 Jul 2015 00:23:54 +0000 (17:23 -0700)
committerMichael Turquette <mturquette@baylibre.com>
Mon, 24 Aug 2015 23:48:44 +0000 (16:48 -0700)
commitb137b4507c55f2aa80aed03c56c28dd34d35c619
tree5ce4b57e2d347bf3a9015e1a32893fce5781d999
parent98d8a60eccee74165793379f1f8a3b1cef3131c7
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>
drivers/clk/ti/autoidle.c