clk: fix compile for OF && !COMMON_CLK

With commit 766e6a4ec6 (clk: add DT clock binding support),
compiling with OF && !COMMON_CLK is broken.

Reported-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Reported-by: Prashant Gaikwad <pgaikwad@nvidia.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
这个提交包含在:
Rob Herring
2012-07-18 11:52:23 +08:00
提交者 Mike Turquette
父节点 9f1612d351
当前提交 137f8a7213
修改 2 个文件,包含 2 行新增2 行删除

查看文件

@@ -24,7 +24,7 @@
static LIST_HEAD(clocks);
static DEFINE_MUTEX(clocks_mutex);
#ifdef CONFIG_OF
#if defined(CONFIG_OF) && defined(CONFIG_COMMON_CLK)
struct clk *of_clk_get(struct device_node *np, int index)
{
struct of_phandle_args clkspec;