diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-11-07 19:09:47 -0800 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-11-08 17:52:35 +0900 |
commit | d5b689089d7db3851c4d5d6b3727d22ef44d2023 (patch) | |
tree | 4e5b15536a52a5991c3a812fa426586fec325768 /arch/arm/mach-shmobile/include | |
parent | d14795f6927625fdd92fbc5dfbe7d8f3d1995e3e (diff) | |
download | talos-op-linux-d5b689089d7db3851c4d5d6b3727d22ef44d2023.tar.gz talos-op-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')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/sh7372.h | 2 |
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); |