Explorar o código

clk: fixed-factor: Remove export symbol on setup function

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>
Stephen Boyd %!s(int64=9) %!d(string=hai) anos
pai
achega
1caadde436
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/clk/clk-fixed-factor.c

+ 0 - 1
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);