Re: [PATCH] clk: ti: Remove unused function ti_clk_build_component_gate

2019-05-13 Thread YueHaibing
On 2019/5/13 15:22, Tero Kristo wrote: > On 12/05/2019 13:03, YueHaibing wrote: >> There is no callers in tree, so can be removed. > > Looks ok to me, basically legacy code that we forgot to remove while doing: > > commit 7558562a70fbd6b3fa746fa33c76c9333aa0bb32 > Author: Tony Lindgren > Date:

Re: [PATCH] clk: ti: Remove unused function ti_clk_build_component_gate

2019-05-13 Thread Tero Kristo
On 12/05/2019 13:03, YueHaibing wrote: There is no callers in tree, so can be removed. Looks ok to me, basically legacy code that we forgot to remove while doing: commit 7558562a70fbd6b3fa746fa33c76c9333aa0bb32 Author: Tony Lindgren Date: Thu Dec 14 08:32:06 2017 -0800 clk: ti: Drop

[PATCH] clk: ti: Remove unused function ti_clk_build_component_gate

2019-05-12 Thread YueHaibing
There is no callers in tree, so can be removed. Reported-by: Hulk Robot Signed-off-by: YueHaibing --- drivers/clk/ti/gate.c | 30 -- 1 file changed, 30 deletions(-) diff --git a/drivers/clk/ti/gate.c b/drivers/clk/ti/gate.c index 504c0e9..4238955 100644 ---