OSDN Git Service

clk: iproc: Remove __init marking on iproc_pll_clk_setup()
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 21 Jun 2017 16:10:47 +0000 (09:10 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 21 Jun 2017 16:12:57 +0000 (09:12 -0700)
commite293915a6edf3c57bd9f8101249221f5fc5f8bfe
tree55cdbfb9225a36be03ca0044eed16930a77bcfc5
parent654cdd3229cd1d3f2bfb9df57baf88ba382a52be
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: Stephen 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: 654cdd3229cd ("clk: bcm: Add clocks for Stingray SOC")
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/bcm/clk-iproc-pll.c