aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sh_clk.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-11-11 16:11:41 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-11-11 16:11:41 +0900
commit79e7066415a8b12adbeacc41b3dc44423534b8be (patch)
treee7ad1167d962ce9abfcd049050bf0e1bd8e46a1d /include/linux/sh_clk.h
parentsh: clkfwk: add clk_rate_mult_range_round() (diff)
downloadlinux-dev-79e7066415a8b12adbeacc41b3dc44423534b8be.tar.xz
linux-dev-79e7066415a8b12adbeacc41b3dc44423534b8be.zip
sh: clkfwk: Kill off remaining debugfs cruft.
Now that all of the named string association with clocks has been migrated to clkdev lookups there's no meaningful named topology that can be constructed for a debugfs tree view. Get rid of the left over bits, and shrink struct clk a bit in the process. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux/sh_clk.h')
-rw-r--r--include/linux/sh_clk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sh_clk.h b/include/linux/sh_clk.h
index 9237c299641c..a20831cf336a 100644
--- a/include/linux/sh_clk.h
+++ b/include/linux/sh_clk.h
@@ -52,7 +52,6 @@ struct clk {
unsigned long arch_flags;
void *priv;
- struct dentry *dentry;
struct clk_mapping *mapping;
struct cpufreq_frequency_table *freq_table;
unsigned int nr_freqs;