Commit 782fe98b authored by YueHaibing's avatar YueHaibing Committed by Stephen Boyd
Browse files

clk: Remove unused inline function clk_debug_reparent

parent 8f3d9f35
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)
{
}