Commit e91158f1 authored by Michael Tretter's avatar Michael Tretter Committed by Stephen Boyd

clk: zynqmp: do not export zynqmp_clk_register_* functions

The zynqmp_clk_register_* functions are internal functions of the
driver. Only clkc.c uses these functions to register these clocks.
Therefore, there is no need to export these functions.

The gate and pll already don't export their register_* functions.
Signed-off-by: default avatarMichael Tretter <m.tretter@pengutronix.de>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 5e088fae
......@@ -138,4 +138,3 @@ struct clk_hw *zynqmp_clk_register_mux(const char *name, u32 clk_id,
return hw;
}
EXPORT_SYMBOL_GPL(zynqmp_clk_register_mux);
......@@ -221,4 +221,3 @@ struct clk_hw *zynqmp_clk_register_divider(const char *name,
return hw;
}
EXPORT_SYMBOL_GPL(zynqmp_clk_register_divider);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment