diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-04-25 23:17:20 -0400 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-05-06 22:11:56 -0400 |
commit | db62e5bd297d1f325811c5495ad23de36db0fdd4 (patch) | |
tree | 7e320502c341ecd178c4308b184b957e1722ff84 /include | |
parent | 2a8ff4596cde3ec2a51980288ebb28a0d196d19a (diff) |
sh: Move clock reporting to its own proc entry.
Previously this was done in cpuinfo, but with the number of clocks
growing, it makes more sense to place this in a different proc entry.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sh/clock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sh/clock.h b/include/asm-sh/clock.h index a5d629f090d4..386d797d86b7 100644 --- a/include/asm-sh/clock.h +++ b/include/asm-sh/clock.h | |||
@@ -48,8 +48,6 @@ void clk_recalc_rate(struct clk *); | |||
48 | int clk_register(struct clk *); | 48 | int clk_register(struct clk *); |
49 | void clk_unregister(struct clk *); | 49 | void clk_unregister(struct clk *); |
50 | 50 | ||
51 | int show_clocks(struct seq_file *m); | ||
52 | |||
53 | /* the exported API, in addition to clk_set_rate */ | 51 | /* the exported API, in addition to clk_set_rate */ |
54 | /** | 52 | /** |
55 | * clk_set_rate_ex - set the clock rate for a clock source, with additional parameter | 53 | * clk_set_rate_ex - set the clock rate for a clock source, with additional parameter |