diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-11-08 07:09:38 +0400 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-11-08 12:52:34 +0400 |
commit | d14795f6927625fdd92fbc5dfbe7d8f3d1995e3e (patch) | |
tree | e48bfd9df23909901c4f2d1d6467daf73a19fbbe /arch/arm/mach-shmobile | |
parent | 12818d82ccad9868a820dbb193b4f9b797cd02d4 (diff) | |
download | linux-d14795f6927625fdd92fbc5dfbe7d8f3d1995e3e.tar.xz |
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')
-rw-r--r-- | arch/arm/mach-shmobile/clock-sh7372.c | 2 |
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]), |