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

Commit d9fee577 authored by Prateek Sood's avatar Prateek Sood Committed by Gerrit - the friendly Code Review server
Browse files

clk: fix compilation when CONFIG_DEBUG_FS is disabled



Fix compilation error when CONFIG_DEBUG_FS is disabled in
perf_defconfig.

Change-Id: I18a54b5b7c13661933ca5be8d94e4c3756aaea52
Signed-off-by: default avatarPrateek Sood <prsood@codeaurora.org>
parent 84b56d3a
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

/**