All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Unexport __clk_of_table
@ 2019-06-26  4:15 Stephen Boyd
  2019-06-26  4:15 ` [PATCH 1/2] clk: Remove ifdef for COMMON_CLK in clk-provider.h Stephen Boyd
  2019-06-26  4:15 ` [PATCH 2/2] clk: Unexport __clk_of_table Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Boyd @ 2019-06-26  4:15 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-kernel, linux-clk

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(-)

-- 
Sent by a computer through tubes


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-26  4:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26  4:15 [PATCH 0/2] Unexport __clk_of_table Stephen Boyd
2019-06-26  4:15 ` [PATCH 1/2] clk: Remove ifdef for COMMON_CLK in clk-provider.h Stephen Boyd
2019-06-26  4:15 ` [PATCH 2/2] clk: Unexport __clk_of_table Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.