clk: msm: Add clock_debug_print_enabled for common clock
Allow clients of common clock framework to be able to use the clock_debug_print_enable API. Change-Id: Ia8e69dca8c0b84e4daf8ff1f4fb902d11435db76 Signed-off-by: Taniya Das <tdas@codeaurora.org>
This commit is contained in:
parent
9aa1df0cf5
commit
11aa992510
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ extern struct list_head orphan_clk_list;
|
|||
#if defined(CONFIG_DEBUG_FS) && defined(CONFIG_COMMON_CLK_MSM)
|
||||
int clock_debug_register(struct clk *clk);
|
||||
void clock_debug_print_enabled(void);
|
||||
#elif defined(CONFIG_DEBUG_FS) && defined(CONFIG_COMMON_CLK_QCOM)
|
||||
void clock_debug_print_enabled(void);
|
||||
#else
|
||||
static inline int clock_debug_register(struct clk *unused)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue