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 commit819b4861c1
("CLK: ti: add init support for clock IP blocks"), but eventually that code also changed in commitc08ee14cc6
("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>
这个提交包含在:
@@ -4038,6 +4038,7 @@ struct of_clk_provider {
|
||||
void *data;
|
||||
};
|
||||
|
||||
extern struct of_device_id __clk_of_table;
|
||||
static const struct of_device_id __clk_of_table_sentinel
|
||||
__used __section(__clk_of_table_end);
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户