diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-13 08:51:28 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-13 08:51:28 -0400 |
commit | cedcf3366f2191885aff92d33d6078ef08203e52 (patch) | |
tree | 23d46b2735b7ab2df213751fcf50d667596ae3ae /arch/sh/include/asm/clock.h | |
parent | cc96eace48fdf0f8925a74c6c1f7ffa512e458d2 (diff) |
sh: clkfwk: Map tree hierarchy in debugfs.
This adopts the OMAP clock framework debugfs bits and replaces the aging
procfs bits. The procfs clocks entry was primarily a debugging aid, and
used to be tied in to cpuinfo before the clock list grew too unweildly.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/clock.h')
-rw-r--r-- | arch/sh/include/asm/clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/asm/clock.h b/arch/sh/include/asm/clock.h index da681de1500a..c499d470b8c9 100644 --- a/arch/sh/include/asm/clock.h +++ b/arch/sh/include/asm/clock.h | |||
@@ -38,6 +38,7 @@ struct clk { | |||
38 | 38 | ||
39 | unsigned long arch_flags; | 39 | unsigned long arch_flags; |
40 | void *priv; | 40 | void *priv; |
41 | struct dentry *dentry; | ||
41 | }; | 42 | }; |
42 | 43 | ||
43 | struct clk_lookup { | 44 | struct clk_lookup { |