diff mbox series

[-next] clk: Remove unused inline function clk_debug_reparent

Message ID 20200505083001.52564-1-yuehaibing@huawei.com (mailing list archive)
State Accepted, archived
Headers show
Series [-next] clk: Remove unused inline function clk_debug_reparent | expand

Commit Message

Yue Haibing May 5, 2020, 8:30 a.m. UTC
There's no callers in-tree anymore.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/clk/clk.c | 4 ----
 1 file changed, 4 deletions(-)

Comments

Stephen Boyd May 5, 2020, 7:28 p.m. UTC | #1
Quoting YueHaibing (2020-05-05 01:30:01)
> There's no callers in-tree anymore.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---

Applied to clk-next
diff mbox series

Patch

diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index 39c59f063aa0..5501041c91fc 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)
 {
 }