All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] clk: fixed-factor: Remove export symbol on setup function
@ 2016-08-13  1:50 Stephen Boyd
  2016-08-13  1:50 ` [PATCH 2/2] clk: fixed-rate: " Stephen Boyd
  2016-08-15 22:08 ` [PATCH 1/2] clk: fixed-factor: " Stephen Boyd
  0 siblings, 2 replies; 7+ messages in thread
From: Stephen Boyd @ 2016-08-13  1:50 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-kernel, linux-clk, Gregory CLEMENT

This function is marked __init, so it can't possibly need to be
exported to modules. Remove the marking.

Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 drivers/clk/clk-fixed-factor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clk/clk-fixed-factor.c b/drivers/clk/clk-fixed-factor.c
index 070d0d75da97..a5d402de5584 100644
--- a/drivers/clk/clk-fixed-factor.c
+++ b/drivers/clk/clk-fixed-factor.c
@@ -196,7 +196,6 @@ void __init of_fixed_factor_clk_setup(struct device_node *node)
 {
 	_of_fixed_factor_clk_setup(node);
 }
-EXPORT_SYMBOL_GPL(of_fixed_factor_clk_setup);
 CLK_OF_DECLARE(fixed_factor_clk, "fixed-factor-clock",
 		of_fixed_factor_clk_setup);
 
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2016-08-17 20:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-13  1:50 [PATCH 1/2] clk: fixed-factor: Remove export symbol on setup function Stephen Boyd
2016-08-13  1:50 ` [PATCH 2/2] clk: fixed-rate: " Stephen Boyd
2016-08-15 22:08   ` Stephen Boyd
2016-08-16 12:24   ` Geert Uytterhoeven
2016-08-16 17:31     ` Stephen Boyd
2016-08-17 20:24       ` Geert Uytterhoeven
2016-08-15 22:08 ` [PATCH 1/2] clk: fixed-factor: " 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.