mbox series

[0/2] Unexport __clk_of_table

Message ID 20190626041502.237211-1-sboyd@kernel.org (mailing list archive)
Headers show
Series Unexport __clk_of_table | expand

Message

Stephen Boyd June 26, 2019, 4:15 a.m. UTC
I found this lying around, not sure if I sent it or not.

We don't need to export this symbol anymore. And having COMMON_CLK in
clk-provider.h seems to be an artifact. Here's a couple patches to clean
this stuff up.

Stephen Boyd (2):
  clk: Remove ifdef for COMMON_CLK in clk-provider.h
  clk: Unexport __clk_of_table

 drivers/clk/clk.c            | 1 +
 include/linux/clk-provider.h | 7 -------
 2 files changed, 1 insertion(+), 7 deletions(-)