diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2013-12-18 16:48:37 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 04:21:57 -0500 |
commit | 250d829f68ecb5e775a99deb03c56832acec28f4 (patch) | |
tree | f82e6c796c1d2880f6b314994170b919c554643f /arch/arm/mach-shmobile/clock-r7s72100.c | |
parent | 8967136000668e10743758c84ddd39556b01cd57 (diff) |
arm: shmobile: clks: remove duplicated clock from r7s72100
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/clock-r7s72100.c')
-rw-r--r-- | arch/arm/mach-shmobile/clock-r7s72100.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-r7s72100.c b/arch/arm/mach-shmobile/clock-r7s72100.c index 1c9d261df03f..4aba20ca127e 100644 --- a/arch/arm/mach-shmobile/clock-r7s72100.c +++ b/arch/arm/mach-shmobile/clock-r7s72100.c | |||
@@ -178,7 +178,6 @@ static struct clk_lookup lookups[] = { | |||
178 | CLKDEV_ICK_ID("sci_fck", "sh-sci.5", &mstp_clks[MSTP42]), | 178 | CLKDEV_ICK_ID("sci_fck", "sh-sci.5", &mstp_clks[MSTP42]), |
179 | CLKDEV_ICK_ID("sci_fck", "sh-sci.6", &mstp_clks[MSTP41]), | 179 | CLKDEV_ICK_ID("sci_fck", "sh-sci.6", &mstp_clks[MSTP41]), |
180 | CLKDEV_ICK_ID("sci_fck", "sh-sci.7", &mstp_clks[MSTP40]), | 180 | CLKDEV_ICK_ID("sci_fck", "sh-sci.7", &mstp_clks[MSTP40]), |
181 | CLKDEV_CON_ID("mtu2_fck", &mstp_clks[MSTP33]), | ||
182 | }; | 181 | }; |
183 | 182 | ||
184 | void __init r7s72100_clock_init(void) | 183 | void __init r7s72100_clock_init(void) |