aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/cpu-sh4
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-11-26 09:40:22 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-11-29 12:59:22 +0900
commit4bd5d259e451d35380de2fcd1a3510ae22d000a3 (patch)
treef236004a7223a089b360bd33ce9f31340a3268a0 /arch/sh/include/cpu-sh4
parentdma: shdma: add a MODULE_ALIAS() to allow module autoloading (diff)
downloadlinux-dev-4bd5d259e451d35380de2fcd1a3510ae22d000a3.tar.xz
linux-dev-4bd5d259e451d35380de2fcd1a3510ae22d000a3.zip
sh: Add div6_reparent_clks to clock framework for FSI
Current clk_ops doesn't support .init which is used to select external clock on ecovec without CONFIG_SH_CLK_CPG_LEGACY. To solve this problem, this patch add div6_reparent_clks to clock-sh7724. This patch solve compile error too. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/cpu-sh4')
-rw-r--r--arch/sh/include/cpu-sh4/cpu/sh7724.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/include/cpu-sh4/cpu/sh7724.h b/arch/sh/include/cpu-sh4/cpu/sh7724.h
index 4c27b68789b3..7eb435999426 100644
--- a/arch/sh/include/cpu-sh4/cpu/sh7724.h
+++ b/arch/sh/include/cpu-sh4/cpu/sh7724.h
@@ -303,4 +303,7 @@ enum {
SHDMA_SLAVE_SDHI1_RX,
};
+extern struct clk sh7724_fsimcka_clk;
+extern struct clk sh7724_fsimckb_clk;
+
#endif /* __ASM_SH7724_H__ */