1
0
Fork 0

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 adf08d481b ("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>
zero-colors
Masahiro Yamada 2016-12-26 11:34:33 +09:00 committed by Stephen Boyd
parent 0c70ffc5f3
commit 5c48ea1ebc
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
*/
#include <linux/clk-provider.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/regmap.h>