]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: replace <common.h> with <linux/delay.h> where possible
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 21 Jan 2017 09:05:25 +0000 (18:05 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 22 Jan 2017 06:33:00 +0000 (15:33 +0900)
commitd9a70368dbe4a9b0e81b60ffbe3fda4a09e0ad5a
tree5367578ad4d9dae0a0b1df8e306b5ca945bf566e
parent0f4ec05bbbd60f0159a739e54c910bca859ef039
ARM: uniphier: replace <common.h> with <linux/delay.h> where possible

The <common.h> includes too many headers.  Actually, these files
needed to include it for udelay() declaration.  Now we can replace
it with <linux/delay.h> thanks to commit 5bc516ed661a ("delay:
collect {m, n, u}delay declarations to include/linux/delay.h").

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