Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masahiro Yamada and committed by
Stephen Boyd
5c48ea1e 0c70ffc5

-1
-1
drivers/clk/uniphier/clk-uniphier-cpugear.c
··· 14 14 */ 15 15 16 16 #include <linux/clk-provider.h> 17 - #include <linux/delay.h> 18 17 #include <linux/device.h> 19 18 #include <linux/regmap.h> 20 19