summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/clk-integrator.h
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2020-04-28 15:49:45 -0500
committerArnd Bergmann <arnd@arndb.de>2020-05-15 22:54:23 +0200
commite5006671acc714d9dbfc6f8a618124c36f5cc6f8 (patch)
tree5617125f2d06cb7bec6cf5de0a61dcde74096157 /include/linux/platform_data/clk-integrator.h
parent37d03aa5358a4a690c5c404313a359ad720c53f3 (diff)
downloadlinux-stable-e5006671acc714d9dbfc6f8a618124c36f5cc6f8.tar.gz
linux-stable-e5006671acc714d9dbfc6f8a618124c36f5cc6f8.tar.bz2
linux-stable-e5006671acc714d9dbfc6f8a618124c36f5cc6f8.zip
clk: versatile: Drop the legacy IM-PD1 clock code
Now that the non-DT IM-PD1 support code has been removed, drop the clock related code from clk-impd1.c. Link: https://lore.kernel.org/r/20200428204945.21067-1-robh@kernel.org Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Stephen Boyd <sboyd@kernel.org> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-clk@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/platform_data/clk-integrator.h')
-rw-r--r--include/linux/platform_data/clk-integrator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_data/clk-integrator.h b/include/linux/platform_data/clk-integrator.h
deleted file mode 100644
index addd48cac625..000000000000
--- a/include/linux/platform_data/clk-integrator.h
+++ /dev/null
@@ -1,2 +0,0 @@
-void integrator_impd1_clk_init(void __iomem *base, unsigned int id);
-void integrator_impd1_clk_exit(unsigned int id);