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:
parent
bcd8be1398
commit
df416e565d
|
@ -204,16 +204,16 @@ struct iproc_asiu_div {
|
|||
unsigned int low_width;
|
||||
};
|
||||
|
||||
void __init iproc_armpll_setup(struct device_node *node);
|
||||
void __init iproc_pll_clk_setup(struct device_node *node,
|
||||
const struct iproc_pll_ctrl *pll_ctrl,
|
||||
const struct iproc_pll_vco_param *vco,
|
||||
unsigned int num_vco_entries,
|
||||
const struct iproc_clk_ctrl *clk_ctrl,
|
||||
unsigned int num_clks);
|
||||
void __init iproc_asiu_setup(struct device_node *node,
|
||||
const struct iproc_asiu_div *div,
|
||||
const struct iproc_asiu_gate *gate,
|
||||
unsigned int num_clks);
|
||||
void iproc_armpll_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_vco_param *vco,
|
||||
unsigned int num_vco_entries,
|
||||
const struct iproc_clk_ctrl *clk_ctrl,
|
||||
unsigned int num_clks);
|
||||
void iproc_asiu_setup(struct device_node *node,
|
||||
const struct iproc_asiu_div *div,
|
||||
const struct iproc_asiu_gate *gate,
|
||||
unsigned int num_clks);
|
||||
|
||||
#endif /* _CLK_IPROC_H */
|
||||
|
|
Loading…
Reference in New Issue