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:
Taniya Das 2016-11-28 13:26:48 +05:30 committed by Gerrit - the friendly Code Review server
parent 9aa1df0cf5
commit 11aa992510

View file

@ -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)
{