aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/clock.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-13 21:51:28 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-05-13 21:51:28 +0900
commitcedcf3366f2191885aff92d33d6078ef08203e52 (patch)
tree23d46b2735b7ab2df213751fcf50d667596ae3ae /arch/sh/include/asm/clock.h
parentsh: clkfwk: rate table construction and rounding for SH7785. (diff)
downloadlinux-dev-cedcf3366f2191885aff92d33d6078ef08203e52.tar.xz
linux-dev-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/asm/clock.h')
-rw-r--r--arch/sh/include/asm/clock.h1
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 {