aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/clock-sh7372.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-11-07 19:09:38 -0800
committerSimon Horman <horms@verge.net.au>2012-11-08 17:52:34 +0900
commitd14795f6927625fdd92fbc5dfbe7d8f3d1995e3e (patch)
treee48bfd9df23909901c4f2d1d6467daf73a19fbbe /arch/arm/mach-shmobile/clock-sh7372.c
parentARM: shmobile: use FSI driver's audio clock on ap4evb (diff)
downloadlinux-dev-d14795f6927625fdd92fbc5dfbe7d8f3d1995e3e.tar.xz
linux-dev-d14795f6927625fdd92fbc5dfbe7d8f3d1995e3e.zip
ARM: shmobile: sh7372: remove fsidivx clock
fsidivx clock is no longer needed. 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/clock-sh7372.c')
-rw-r--r--arch/arm/mach-shmobile/clock-sh7372.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/clock-sh7372.c b/arch/arm/mach-shmobile/clock-sh7372.c
index 4d57e342537b..fbd186370c31 100644
--- a/arch/arm/mach-shmobile/clock-sh7372.c
+++ b/arch/arm/mach-shmobile/clock-sh7372.c
@@ -507,8 +507,6 @@ static struct clk_lookup lookups[] = {
CLKDEV_CON_ID("pllc1_clk", &pllc1_clk),
CLKDEV_CON_ID("pllc1_div2_clk", &pllc1_div2_clk),
CLKDEV_CON_ID("pllc2_clk", &sh7372_pllc2_clk),
- CLKDEV_CON_ID("fsidiva", &fsidivs[FSIDIV_A]),
- CLKDEV_CON_ID("fsidivb", &fsidivs[FSIDIV_B]),
/* DIV4 clocks */
CLKDEV_CON_ID("i_clk", &div4_clks[DIV4_I]),