|
@@ -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 __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 */
|
|
#endif /* _CLK_IPROC_H */
|