Skip to content

Commit 782fe98

Browse files
YueHaibingbebarino
authored andcommitted
clk: Remove unused inline function clk_debug_reparent
There's no callers in-tree anymore. Signed-off-by: YueHaibing <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 8f3d9f3 commit 782fe98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/clk/clk.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3295,10 +3295,6 @@ static int __init clk_debug_init(void)
32953295
late_initcall(clk_debug_init);
32963296
#else
32973297
static inline void clk_debug_register(struct clk_core *core) { }
3298-
static inline void clk_debug_reparent(struct clk_core *core,
3299-
struct clk_core *new_parent)
3300-
{
3301-
}
33023298
static inline void clk_debug_unregister(struct clk_core *core)
33033299
{
33043300
}

0 commit comments

Comments
 (0)