From: YueHaibing Date: Tue, 5 May 2020 08:30:01 +0000 (+0800) Subject: clk: Remove unused inline function clk_debug_reparent X-Git-Tag: v5.10.7~2373^2~6^3~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=782fe98b9350fd64b4d1a651a1da1d303e03b32c;p=platform%2Fkernel%2Flinux-rpi.git clk: Remove unused inline function clk_debug_reparent There's no callers in-tree anymore. Signed-off-by: YueHaibing Link: https://lkml.kernel.org/r/20200505083001.52564-1-yuehaibing@huawei.com Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 39c59f0..5501041 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -3295,10 +3295,6 @@ static int __init clk_debug_init(void) late_initcall(clk_debug_init); #else static inline void clk_debug_register(struct clk_core *core) { } -static inline void clk_debug_reparent(struct clk_core *core, - struct clk_core *new_parent) -{ -} static inline void clk_debug_unregister(struct clk_core *core) { }