|
@@ -314,7 +314,7 @@ int clk_add_alias(const char *alias, const char *alias_dev_name, char *id,
|
|
struct device_node;
|
|
struct device_node;
|
|
struct of_phandle_args;
|
|
struct of_phandle_args;
|
|
|
|
|
|
-#ifdef CONFIG_OF
|
|
|
|
|
|
+#if defined(CONFIG_OF) && defined(CONFIG_COMMON_CLK)
|
|
struct clk *of_clk_get(struct device_node *np, int index);
|
|
struct clk *of_clk_get(struct device_node *np, int index);
|
|
struct clk *of_clk_get_by_name(struct device_node *np, const char *name);
|
|
struct clk *of_clk_get_by_name(struct device_node *np, const char *name);
|
|
struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec);
|
|
struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec);
|