ARM: uniphier: replace <common.h> with <linux/delay.h> in pll settings
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 26 Aug 2017 08:57:58 +0000 (17:57 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 30 Aug 2017 00:03:11 +0000 (09:03 +0900)
commit546197b98629fa66a125f87a2b7b61cb8bec6c39
treed79705e822f17fca6b82238408ec3e9a2c519e03
parent1d9654dc43ea0e4dc083487005f00e32e16a42be
ARM: uniphier: replace <common.h> with <linux/delay.h> in pll settings

The #include <common.h> was added for mdelay().  Later, the declaration
of mdelay was moved to <linux/delay.h> by commit 5bc516ed661a ("delay:
collect {m, n, u}delay declarations to include/linux/delay.h").

There is no need to include <common.h> now.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/clk/pll-ld11.c
arch/arm/mach-uniphier/clk/pll-ld20.c