aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/uniphier
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-12-26 11:34:33 +0900
committerStephen Boyd <sboyd@codeaurora.org>2017-01-09 16:27:28 -0800
commit5c48ea1ebc50f962ebc76111c35e2b4cf431bf6e (patch)
tree15d2b61da3ca4da80e82305ae80365c352907e49 /drivers/clk/uniphier
parentclk: mvebu: adjust AP806 CPU clock frequencies to production chip (diff)
downloadlinux-dev-5c48ea1ebc50f962ebc76111c35e2b4cf431bf6e.tar.xz
linux-dev-5c48ea1ebc50f962ebc76111c35e2b4cf431bf6e.zip
clk: uniphier: remove unneeded #include <linux/delay.h>
This include was needed to suppress build error when this driver was initially merged because <linux/regmap.h> did not include <linux/delay.h> at that time. (developers' headache across sub-systems) The root cause has been fixed by commit adf08d481b52 ("regmap: include <linux/delay.h> from include/linux/regmap.h"), so this line can be dropped now. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/uniphier')
-rw-r--r--drivers/clk/uniphier/clk-uniphier-cpugear.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/uniphier/clk-uniphier-cpugear.c b/drivers/clk/uniphier/clk-uniphier-cpugear.c
index 9bff26e0cbb0..ec11f55594ad 100644
--- a/drivers/clk/uniphier/clk-uniphier-cpugear.c
+++ b/drivers/clk/uniphier/clk-uniphier-cpugear.c
@@ -14,7 +14,6 @@
*/
#include <linux/clk-provider.h>
-#include <linux/delay.h>
#include <linux/device.h>
#include <linux/regmap.h>