aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clkdev.h
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2016-02-05 16:40:47 -0800
committerStephen Boyd <sboyd@codeaurora.org>2016-04-19 16:51:58 -0700
commita14b9e0512404ed7d4415b888dc9f1f9785a4fa3 (patch)
tree157d2272a8ef045bdda96984a8476dc3bf7f5f5c /include/linux/clkdev.h
parentLinux 4.6-rc1 (diff)
downloadlinux-dev-a14b9e0512404ed7d4415b888dc9f1f9785a4fa3.tar.xz
linux-dev-a14b9e0512404ed7d4415b888dc9f1f9785a4fa3.zip
clkdev: Remove clk_register_clkdevs()
Now that we've converted the only caller over to another clkdev API, remove this one. Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: Russell King <linux@arm.linux.org.uk> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/linux/clkdev.h')
-rw-r--r--include/linux/clkdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/clkdev.h b/include/linux/clkdev.h
index c2c04f7cbe8a..e6f8eb1d585f 100644
--- a/include/linux/clkdev.h
+++ b/include/linux/clkdev.h
@@ -45,7 +45,6 @@ void clkdev_add_table(struct clk_lookup *, size_t);
int clk_add_alias(const char *, const char *, const char *, struct device *);
int clk_register_clkdev(struct clk *, const char *, const char *);
-int clk_register_clkdevs(struct clk *, struct clk_lookup *, size_t);
#ifdef CONFIG_COMMON_CLK
int __clk_get(struct clk *clk);