diff options
author | Magnus Damm <damm@opensource.se> | 2010-05-10 10:02:09 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-10 22:48:55 -0400 |
commit | 9e1985e13d42b4b66af94637346849565174309d (patch) | |
tree | 201338d22f7df6ace14e3f0ee6db475bbd48275e /arch/sh/kernel/cpu/sh4a/clock-sh7343.c | |
parent | 098ec49b684313cbd2ba1e24db61cfda9788ff73 (diff) |
sh: get rid of div6 clock names
Get rid of div6 clock names on
sh7343/sh7366/sh7722/sh7723/sh7724
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/clock-sh7343.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/clock-sh7343.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c index 9e4992a08e51..a066c438b404 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c | |||
@@ -139,7 +139,7 @@ struct clk div4_clks[DIV4_NR] = { | |||
139 | enum { DIV6_V, DIV6_NR }; | 139 | enum { DIV6_V, DIV6_NR }; |
140 | 140 | ||
141 | struct clk div6_clks[DIV6_NR] = { | 141 | struct clk div6_clks[DIV6_NR] = { |
142 | [DIV6_V] = SH_CLK_DIV6("video_clk", &pll_clk, VCLKCR, 0), | 142 | [DIV6_V] = SH_CLK_DIV6(&pll_clk, VCLKCR, 0), |
143 | }; | 143 | }; |
144 | 144 | ||
145 | #define MSTP(_str, _parent, _reg, _bit, _flags) \ | 145 | #define MSTP(_str, _parent, _reg, _bit, _flags) \ |