|
@@ -196,7 +196,6 @@ late_initcall(clk_debug_init);
|
|
|
static inline int clk_debug_register(struct clk *clk) { return 0; }
|
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_COMMON_CLK_DISABLE_UNUSED
|
|
|
/* caller must hold prepare_lock */
|
|
|
static void clk_disable_unused_subtree(struct clk *clk)
|
|
|
{
|
|
@@ -246,7 +245,6 @@ static int clk_disable_unused(void)
|
|
|
return 0;
|
|
|
}
|
|
|
late_initcall(clk_disable_unused);
|
|
|
-#endif
|
|
|
|
|
|
/*** helper functions ***/
|
|
|
|