Skip to content
Commit 30d5a945 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: Unexport __clk_of_table

This symbol doesn't need to be exported to clk providers anymore.
Originally, it was hidden inside clk.c, but then OMAP needed to get
access to it in commit 819b4861 ("CLK: ti: add init support for
clock IP blocks"), but eventually that code also changed in commit
c08ee14c

 ("clk: ti: change clock init to use generic of_clk_init")
and we were left with this exported. Move this back into clk.c so that
it isn't exposed anymore.

Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 59fcdce4
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