clk: iproc: Remove __init from header
Remove __init macro from all function prototypes in clk-iproc.h Signed-off-by: Ray Jui <rjui@broadcom.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
Родитель
bcd8be1398
Коммит
df416e565d
|
@ -204,16 +204,16 @@ struct iproc_asiu_div {
|
||||||
unsigned int low_width;
|
unsigned int low_width;
|
||||||
};
|
};
|
||||||
|
|
||||||
void __init iproc_armpll_setup(struct device_node *node);
|
void iproc_armpll_setup(struct device_node *node);
|
||||||
void __init iproc_pll_clk_setup(struct device_node *node,
|
void iproc_pll_clk_setup(struct device_node *node,
|
||||||
const struct iproc_pll_ctrl *pll_ctrl,
|
const struct iproc_pll_ctrl *pll_ctrl,
|
||||||
const struct iproc_pll_vco_param *vco,
|
const struct iproc_pll_vco_param *vco,
|
||||||
unsigned int num_vco_entries,
|
unsigned int num_vco_entries,
|
||||||
const struct iproc_clk_ctrl *clk_ctrl,
|
const struct iproc_clk_ctrl *clk_ctrl,
|
||||||
unsigned int num_clks);
|
unsigned int num_clks);
|
||||||
void __init iproc_asiu_setup(struct device_node *node,
|
void iproc_asiu_setup(struct device_node *node,
|
||||||
const struct iproc_asiu_div *div,
|
const struct iproc_asiu_div *div,
|
||||||
const struct iproc_asiu_gate *gate,
|
const struct iproc_asiu_gate *gate,
|
||||||
unsigned int num_clks);
|
unsigned int num_clks);
|
||||||
|
|
||||||
#endif /* _CLK_IPROC_H */
|
#endif /* _CLK_IPROC_H */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче