Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ray Jui and committed by
Stephen Boyd
df416e56 bcd8be13

+11 -11
+11 -11
drivers/clk/bcm/clk-iproc.h
··· 204 204 unsigned int low_width; 205 205 }; 206 206 207 - void __init iproc_armpll_setup(struct device_node *node); 208 - void __init iproc_pll_clk_setup(struct device_node *node, 209 - const struct iproc_pll_ctrl *pll_ctrl, 210 - const struct iproc_pll_vco_param *vco, 211 - unsigned int num_vco_entries, 212 - const struct iproc_clk_ctrl *clk_ctrl, 213 - unsigned int num_clks); 214 - void __init iproc_asiu_setup(struct device_node *node, 215 - const struct iproc_asiu_div *div, 216 - const struct iproc_asiu_gate *gate, 217 - unsigned int num_clks); 207 + void iproc_armpll_setup(struct device_node *node); 208 + void iproc_pll_clk_setup(struct device_node *node, 209 + const struct iproc_pll_ctrl *pll_ctrl, 210 + const struct iproc_pll_vco_param *vco, 211 + unsigned int num_vco_entries, 212 + const struct iproc_clk_ctrl *clk_ctrl, 213 + unsigned int num_clks); 214 + void iproc_asiu_setup(struct device_node *node, 215 + const struct iproc_asiu_div *div, 216 + const struct iproc_asiu_gate *gate, 217 + unsigned int num_clks); 218 218 219 219 #endif /* _CLK_IPROC_H */