diff options
Diffstat (limited to 'drivers/clk/mvebu/clk-gating-ctrl.c')
| -rw-r--r-- | drivers/clk/mvebu/clk-gating-ctrl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mvebu/clk-gating-ctrl.c b/drivers/clk/mvebu/clk-gating-ctrl.c index c6d3c263b07..8fa5408b6c7 100644 --- a/drivers/clk/mvebu/clk-gating-ctrl.c +++ b/drivers/clk/mvebu/clk-gating-ctrl.c @@ -32,7 +32,7 @@ struct mvebu_soc_descr {  #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) -static struct clk __init *mvebu_clk_gating_get_src( +static struct clk *mvebu_clk_gating_get_src(  	struct of_phandle_args *clkspec, void *data)  {  	struct mvebu_gating_ctrl *ctrl = (struct mvebu_gating_ctrl *)data;  |