diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-21 11:10:03 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-04-06 16:09:12 +0000 |
commit | bf0970e762a6611cef06af761bc2dec068d439bb (patch) | |
tree | 44d4854b7027794bc5a76b44a4e8fd07935cd60c /src/soc/samsung | |
parent | 161eafb0fb9563decbb953d5dccac4762b770e0c (diff) |
src: Use include <delay.h> when appropriate
Change-Id: I23bc0191ca8fcd88364e5c08be7c90195019e399
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32012
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: David Guckian
Diffstat (limited to 'src/soc/samsung')
-rw-r--r-- | src/soc/samsung/exynos5250/clock_init.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5250/cpu.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/clock_init.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/cpu.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/fimd.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/samsung/exynos5250/clock_init.c b/src/soc/samsung/exynos5250/clock_init.c index d67b596984..fa19eb1763 100644 --- a/src/soc/samsung/exynos5250/clock_init.c +++ b/src/soc/samsung/exynos5250/clock_init.c @@ -16,7 +16,6 @@ /* Clock setup for SMDK5250 board based on EXYNOS5 */ #include <device/mmio.h> -#include <delay.h> #include <soc/clk.h> #include <soc/dp.h> #include <soc/setup.h> diff --git a/src/soc/samsung/exynos5250/cpu.c b/src/soc/samsung/exynos5250/cpu.c index 81f6f382f3..f00351ecf4 100644 --- a/src/soc/samsung/exynos5250/cpu.c +++ b/src/soc/samsung/exynos5250/cpu.c @@ -17,7 +17,6 @@ #include <arch/cache.h> #include <console/console.h> #include <device/mmio.h> -#include <delay.h> #include <device/device.h> #include <soc/clk.h> #include <soc/cpu.h> diff --git a/src/soc/samsung/exynos5420/clock_init.c b/src/soc/samsung/exynos5420/clock_init.c index 806de6e642..eae08a8dea 100644 --- a/src/soc/samsung/exynos5420/clock_init.c +++ b/src/soc/samsung/exynos5420/clock_init.c @@ -16,7 +16,6 @@ /* Clock setup for SMDK5420 board based on EXYNOS5 */ #include <device/mmio.h> -#include <delay.h> #include <soc/clk.h> #include <soc/cpu.h> #include <soc/dp.h> diff --git a/src/soc/samsung/exynos5420/cpu.c b/src/soc/samsung/exynos5420/cpu.c index 1c354e66e7..55b0512179 100644 --- a/src/soc/samsung/exynos5420/cpu.c +++ b/src/soc/samsung/exynos5420/cpu.c @@ -17,7 +17,6 @@ #include <arch/cache.h> #include <console/console.h> #include <device/mmio.h> -#include <delay.h> #include <device/device.h> #include <ec/google/chromeec/ec.h> #include <soc/dp.h> diff --git a/src/soc/samsung/exynos5420/fimd.c b/src/soc/samsung/exynos5420/fimd.c index 6b69f18cc7..756d2fba54 100644 --- a/src/soc/samsung/exynos5420/fimd.c +++ b/src/soc/samsung/exynos5420/fimd.c @@ -18,7 +18,6 @@ #include <device/mmio.h> #include <console/console.h> -#include <delay.h> #include <soc/clk.h> #include <soc/dp.h> #include <soc/fimd.h> |