From 5c48ea1ebc50f962ebc76111c35e2b4cf431bf6e Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 26 Dec 2016 11:34:33 +0900 Subject: clk: uniphier: remove unneeded #include This include was needed to suppress build error when this driver was initially merged because did not include at that time. (developers' headache across sub-systems) The root cause has been fixed by commit adf08d481b52 ("regmap: include from include/linux/regmap.h"), so this line can be dropped now. Signed-off-by: Masahiro Yamada Signed-off-by: Stephen Boyd --- drivers/clk/uniphier/clk-uniphier-cpugear.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/clk/uniphier') 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 -#include #include #include -- cgit v1.2.3-59-g8ed1b