Re: [PATCH 1/2] clk: fixed-factor: Remove export symbol on setup function

2016-08-15 Thread Stephen Boyd
On 08/12, Stephen Boyd wrote: > This function is marked __init, so it can't possibly need to be > exported to modules. Remove the marking. > > Cc: Gregory CLEMENT > Signed-off-by: Stephen Boyd > --- Applied to clk-next -- Qualcomm

Re: [PATCH 1/2] clk: fixed-factor: Remove export symbol on setup function

2016-08-15 Thread Stephen Boyd
On 08/12, Stephen Boyd wrote: > This function is marked __init, so it can't possibly need to be > exported to modules. Remove the marking. > > Cc: Gregory CLEMENT > Signed-off-by: Stephen Boyd > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a

[PATCH 1/2] clk: fixed-factor: Remove export symbol on setup function

2016-08-12 Thread Stephen Boyd
This function is marked __init, so it can't possibly need to be exported to modules. Remove the marking. Cc: Gregory CLEMENT Signed-off-by: Stephen Boyd --- drivers/clk/clk-fixed-factor.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 1/2] clk: fixed-factor: Remove export symbol on setup function

2016-08-12 Thread Stephen Boyd
This function is marked __init, so it can't possibly need to be exported to modules. Remove the marking. Cc: Gregory CLEMENT Signed-off-by: Stephen Boyd --- drivers/clk/clk-fixed-factor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/clk-fixed-factor.c