[PATCH] clk: uniphier: remove unneeded #include <linux/delay.h>
From: Stephen Boyd <hidden>
Date: 2017-01-10 00:27:39
Also in:
linux-clk, lkml
From: Stephen Boyd <hidden>
Date: 2017-01-10 00:27:39
Also in:
linux-clk, lkml
On 12/26, Masahiro Yamada wrote:
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 <redacted>
---Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project