diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-11-19 02:23:32 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-24 01:31:08 -0500 |
commit | b16a2892b9852839307894cc429b7a7b145138a7 (patch) | |
tree | 0d555aad6061ac3ff4a7853504f645df0c06cc43 /arch/arm/mach-shmobile | |
parent | a57b1a9bdfb61e8d7dc7acc5e2d8bc04c549e668 (diff) |
ARM: mach-shmobile: clock-sh7372: remove unnecessary fsi clocks
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 41663e0ca104..cbeca2849918 100644 --- a/arch/arm/mach-shmobile/clock-sh7372.c +++ b/arch/arm/mach-shmobile/clock-sh7372.c | |||
@@ -602,8 +602,6 @@ static struct clk_lookup lookups[] = { | |||
602 | CLKDEV_CON_ID("vck3_clk", &div6_clks[DIV6_VCK3]), | 602 | CLKDEV_CON_ID("vck3_clk", &div6_clks[DIV6_VCK3]), |
603 | CLKDEV_CON_ID("fmsi_clk", &div6_clks[DIV6_FMSI]), | 603 | CLKDEV_CON_ID("fmsi_clk", &div6_clks[DIV6_FMSI]), |
604 | CLKDEV_CON_ID("fmso_clk", &div6_clks[DIV6_FMSO]), | 604 | CLKDEV_CON_ID("fmso_clk", &div6_clks[DIV6_FMSO]), |
605 | CLKDEV_CON_ID("fsia_clk", &div6_reparent_clks[DIV6_FSIA]), | ||
606 | CLKDEV_CON_ID("fsib_clk", &div6_reparent_clks[DIV6_FSIB]), | ||
607 | CLKDEV_CON_ID("sub_clk", &div6_clks[DIV6_SUB]), | 605 | CLKDEV_CON_ID("sub_clk", &div6_clks[DIV6_SUB]), |
608 | CLKDEV_CON_ID("spu_clk", &div6_clks[DIV6_SPU]), | 606 | CLKDEV_CON_ID("spu_clk", &div6_clks[DIV6_SPU]), |
609 | CLKDEV_CON_ID("vou_clk", &div6_clks[DIV6_VOU]), | 607 | CLKDEV_CON_ID("vou_clk", &div6_clks[DIV6_VOU]), |