1
0
Fork 0

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: Michael Tretter <m.tretter@pengutronix.de>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
hifive-unleashed-5.2
Michael Tretter 2019-03-19 11:01:45 +01:00 committed by Stephen Boyd
parent 5e088faecb
commit e91158f1be
2 changed files with 0 additions and 2 deletions

View File

@ -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);

View File

@ -221,4 +221,3 @@ struct clk_hw *zynqmp_clk_register_divider(const char *name,
return hw;
}
EXPORT_SYMBOL_GPL(zynqmp_clk_register_divider);