summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/sh7372.h
diff options
context:
space:
mode:
authorKuninori Morimoto2012-11-08 04:09:47 +0100
committerSimon Horman2012-11-08 09:52:35 +0100
commitd5b689089d7db3851c4d5d6b3727d22ef44d2023 (patch)
tree4e5b15536a52a5991c3a812fa426586fec325768 /arch/arm/mach-shmobile/include/mach/sh7372.h
parentARM: shmobile: sh7372: remove fsidivx clock (diff)
downloadkernel-qcow2-linux-d5b689089d7db3851c4d5d6b3727d22ef44d2023.tar.gz
kernel-qcow2-linux-d5b689089d7db3851c4d5d6b3727d22ef44d2023.tar.xz
kernel-qcow2-linux-d5b689089d7db3851c4d5d6b3727d22ef44d2023.zip
ARM: shmobile: sh7372: sh7372_fsiXck_clk become non-global
FSI's external clock is controled by FSI driver. Global sh7372_fsiXck_clk is no-longer needed now. But it needs to set external clock rate by platform, so, this patch supports clk_get() interface. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/sh7372.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/sh7372.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/sh7372.h b/arch/arm/mach-shmobile/include/mach/sh7372.h
index 26cd1016fad8..b582facc1cf6 100644
--- a/arch/arm/mach-shmobile/include/mach/sh7372.h
+++ b/arch/arm/mach-shmobile/include/mach/sh7372.h
@@ -477,8 +477,6 @@ extern struct clk sh7372_extal2_clk;
extern struct clk sh7372_dv_clki_clk;
extern struct clk sh7372_dv_clki_div2_clk;
extern struct clk sh7372_pllc2_clk;
-extern struct clk sh7372_fsiack_clk;
-extern struct clk sh7372_fsibck_clk;
extern void sh7372_intcs_suspend(void);
extern void sh7372_intcs_resume(void);