linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] clk: Export clk_register_composite
@ 2020-07-23  8:32 Wendell Lin
  2020-08-10  9:36 ` Wendell Lin
  0 siblings, 1 reply; 5+ messages in thread
From: Wendell Lin @ 2020-07-23  8:32 UTC (permalink / raw)
  To: Matthias Brugger, Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-kernel, linux-mediatek, linux-arm-kernel,
	devicetree, wsd_upstream, Wendell Lin

clk_register_composite() will be used in mediatek's
clock kernel module, so export it to GPL modules.

Signed-off-by: Wendell Lin <wendell.lin@mediatek.com>
---
 drivers/clk/clk-composite.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/clk-composite.c b/drivers/clk/clk-composite.c
index 7376f57..7c609c2 100644
--- a/drivers/clk/clk-composite.c
+++ b/drivers/clk/clk-composite.c
@@ -360,6 +360,7 @@ struct clk *clk_register_composite(struct device *dev, const char *name,
 		return ERR_CAST(hw);
 	return hw->clk;
 }
+EXPORT_SYMBOL_GPL(clk_register_composite);
 
 struct clk *clk_register_composite_pdata(struct device *dev, const char *name,
 			const struct clk_parent_data *parent_data,
-- 
1.7.9.5

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

end of thread, other threads:[~2021-06-04 19:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23  8:32 [PATCH 1/1] clk: Export clk_register_composite Wendell Lin
2020-08-10  9:36 ` Wendell Lin
     [not found]   ` <CAF2Aj3hZB08d8x6XOqsP4m5fv76fWH48U95j8ugLt-YWFJ-kkA@mail.gmail.com>
     [not found]     ` <162276982204.1835121.10976600065855289763@swboyd.mtv.corp.google.com>
     [not found]       ` <20210604082427.GE2435141@dell>
     [not found]         ` <20210604082524.GF2435141@dell>
2021-06-04 10:22           ` Wendell Lin
2021-06-04 13:23             ` Lee Jones
2021-06-04 19:19               ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).