diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-21 09:55:49 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-04-06 16:02:49 +0000 |
commit | add76f91d5e6e18d5df52a9ad34906459f5f69e2 (patch) | |
tree | 4a561a339b0f7eeeaa20513a2706745dc649f5c7 /src/soc/samsung | |
parent | 2452c8414dca45d5e7e3006dc034d523c7ab06b2 (diff) |
src: Use #include <timer.h> when appropriate
Also, extra-lines added or removed and local includes moved down.
Change-Id: I5e739233f3742fd68d537f671642bb04886e3009
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32009
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/samsung')
-rw-r--r-- | src/soc/samsung/exynos5420/dp.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/dp_lowlevel.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/fimd.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/samsung/exynos5420/dp.c b/src/soc/samsung/exynos5420/dp.c index 190842e3cd..5ad3dd3e77 100644 --- a/src/soc/samsung/exynos5420/dp.c +++ b/src/soc/samsung/exynos5420/dp.c @@ -23,7 +23,6 @@ #include <soc/sysreg.h> #include <stdlib.h> #include <string.h> -#include <timer.h> /* * Here is the rough outline of how we bring up the display: diff --git a/src/soc/samsung/exynos5420/dp_lowlevel.c b/src/soc/samsung/exynos5420/dp_lowlevel.c index 538165706c..164704bb8a 100644 --- a/src/soc/samsung/exynos5420/dp_lowlevel.c +++ b/src/soc/samsung/exynos5420/dp_lowlevel.c @@ -23,7 +23,6 @@ #include <soc/power.h> #include <soc/sysreg.h> #include <stdlib.h> -#include <timer.h> /* FIXME: I think the DP controller shouldn't be hardcoded here... */ static struct exynos_dp * const dp_regs = (void *)EXYNOS5_DP1_BASE; diff --git a/src/soc/samsung/exynos5420/fimd.c b/src/soc/samsung/exynos5420/fimd.c index 29875983ff..6b69f18cc7 100644 --- a/src/soc/samsung/exynos5420/fimd.c +++ b/src/soc/samsung/exynos5420/fimd.c @@ -24,7 +24,6 @@ #include <soc/fimd.h> #include <soc/periph.h> #include <soc/sysreg.h> -#include <timer.h> /* fairly useful debugging stuff. */ #if 0 |