OSDN Git Service

clk: uniphier: remove unneeded #include <linux/delay.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 26 Dec 2016 02:34:33 +0000 (11:34 +0900)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 10 Jan 2017 00:27:28 +0000 (16:27 -0800)
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>
drivers/clk/uniphier/clk-uniphier-cpugear.c

index 9bff26e..ec11f55 100644 (file)
@@ -14,7 +14,6 @@
  */
 
 #include <linux/clk-provider.h>
-#include <linux/delay.h>
 #include <linux/device.h>
 #include <linux/regmap.h>