Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e293915a authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: iproc: Remove __init marking on iproc_pll_clk_setup()



Now that this function is called from driver probe routines, it
needs to drop the __init marking because it isn't just called
from init code.

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Cc: Sandeep Tripathy <sandeep.tripathy@broadcom.com>
Cc: Anup Patel <anup.patel@broadcom.com>
Cc: Ray Jui <ray.jui@broadcom.com>
Cc: Scott Branden <scott.branden@broadcom.com>
Fixes: 654cdd32 ("clk: bcm: Add clocks for Stingray SOC")
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 654cdd32
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -617,7 +617,7 @@ static void iproc_pll_sw_cfg(struct iproc_pll *pll)
	}
}

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_vco_param *vco,
			 unsigned int num_vco_entries,