Skip to content
Commit b137b450 authored by Stephen Boyd's avatar Stephen Boyd Committed by Michael Turquette
Browse files

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: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 98d8a60e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment