diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-13 21:51:28 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-13 21:51:28 +0900 |
commit | cedcf3366f2191885aff92d33d6078ef08203e52 (patch) | |
tree | 23d46b2735b7ab2df213751fcf50d667596ae3ae /arch/sh/include | |
parent | cc96eace48fdf0f8925a74c6c1f7ffa512e458d2 (diff) | |
download | blackbird-op-linux-cedcf3366f2191885aff92d33d6078ef08203e52.tar.gz blackbird-op-linux-cedcf3366f2191885aff92d33d6078ef08203e52.zip |
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')
-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 { unsigned long arch_flags; void *priv; + struct dentry *dentry; }; struct clk_lookup { |