Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab0bb08b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: fix compilation when CONFIG_DEBUG_FS is disabled"

parents 0e04c7cf d9fee577
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -4018,6 +4018,14 @@ static inline void clk_debug_reparent(struct clk_core *core,
static inline void clk_debug_unregister(struct clk_core *core)
{
}

void clk_debug_print_hw(struct clk_core *clk, struct seq_file *f)
{
}

void clock_debug_print_enabled(void)
{
}
#endif

/**