Searched hist:"546197 b98629fa66a125f87a2b7b61cb8bec6c39" (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/arm/mach-uniphier/clk/ |
H A D | pll-ld11.c | diff 546197b98629fa66a125f87a2b7b61cb8bec6c39 Sat Aug 26 03:57:58 CDT 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|
H A D | pll-ld20.c | diff 546197b98629fa66a125f87a2b7b61cb8bec6c39 Sat Aug 26 03:57:58 CDT 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|