clk: Unexport __clk_of_table
authorStephen Boyd <sboyd@kernel.org>
Fri, 24 May 2019 00:11:57 +0000 (17:11 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 24 May 2019 00:11:57 +0000 (17:11 -0700)
commit30d5a945743cd05ec5c847f2e38c2fbda5e00944
treefb31f1be982c2d35ccc155a716cfdd0ddfdc7d5d
parent59fcdce425b7c947ccea03a16e393af9bb4d6262
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 819b4861c18d ("CLK: ti: add init support for
clock IP blocks"), but eventually that code also changed in commit
c08ee14cc663 ("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: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c
include/linux/clk-provider.h