diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-29 12:08:04 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-06-01 22:25:53 -0400 |
commit | c1c2873df06372a108976599583eba7e47483379 (patch) | |
tree | eb4b0a8b658aa2b584c5f2cfe1b72234c2737599 /include/linux/clk-provider.h | |
parent | df500f22d755adbfed533edb2666107db3d12b28 (diff) |
clk: remove clk_debugfs_add_file()
No one was using this api call, so remove it. If it is ever needed in
the future, a "raw" debugfs call can be used.
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/linux/clk-provider.h')
-rw-r--r-- | include/linux/clk-provider.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index 210a890008f9..00e55d4d07f1 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h | |||
@@ -996,10 +996,5 @@ static inline void clk_writel(u32 val, u32 __iomem *reg) | |||
996 | 996 | ||
997 | #endif /* platform dependent I/O accessors */ | 997 | #endif /* platform dependent I/O accessors */ |
998 | 998 | ||
999 | #ifdef CONFIG_DEBUG_FS | ||
1000 | struct dentry *clk_debugfs_add_file(struct clk_hw *hw, char *name, umode_t mode, | ||
1001 | void *data, const struct file_operations *fops); | ||
1002 | #endif | ||
1003 | |||
1004 | #endif /* CONFIG_COMMON_CLK */ | 999 | #endif /* CONFIG_COMMON_CLK */ |
1005 | #endif /* CLK_PROVIDER_H */ | 1000 | #endif /* CLK_PROVIDER_H */ |