From e9a0130879bca97462c6184f1d368f773e00e8a0 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 26 Oct 2018 15:06:33 +0200 Subject: src: Remove unneeded include Change-Id: I40f8b4c7cbc55e16929b1f40d18bb5a9c19845da Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29289 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/soc/samsung/exynos5420/clock_init.c | 1 - src/soc/samsung/exynos5420/dmc_common.c | 1 - src/soc/samsung/exynos5420/dmc_init_ddr3.c | 1 - src/soc/samsung/exynos5420/pinmux.c | 1 - src/soc/samsung/exynos5420/power.c | 1 - src/soc/samsung/exynos5420/wakeup.c | 1 - 6 files changed, 6 deletions(-) (limited to 'src/soc/samsung/exynos5420') diff --git a/src/soc/samsung/exynos5420/clock_init.c b/src/soc/samsung/exynos5420/clock_init.c index 295ef399c2..e239993b32 100644 --- a/src/soc/samsung/exynos5420/clock_init.c +++ b/src/soc/samsung/exynos5420/clock_init.c @@ -15,7 +15,6 @@ /* Clock setup for SMDK5420 board based on EXYNOS5 */ -#include #include #include #include diff --git a/src/soc/samsung/exynos5420/dmc_common.c b/src/soc/samsung/exynos5420/dmc_common.c index ede7b042f2..a933ef996c 100644 --- a/src/soc/samsung/exynos5420/dmc_common.c +++ b/src/soc/samsung/exynos5420/dmc_common.c @@ -17,7 +17,6 @@ */ #include -#include #include #include #include diff --git a/src/soc/samsung/exynos5420/dmc_init_ddr3.c b/src/soc/samsung/exynos5420/dmc_init_ddr3.c index e66049e185..c81982377e 100644 --- a/src/soc/samsung/exynos5420/dmc_init_ddr3.c +++ b/src/soc/samsung/exynos5420/dmc_init_ddr3.c @@ -17,7 +17,6 @@ */ #include -#include #include #include #include diff --git a/src/soc/samsung/exynos5420/pinmux.c b/src/soc/samsung/exynos5420/pinmux.c index c063e20d77..d8c13780a4 100644 --- a/src/soc/samsung/exynos5420/pinmux.c +++ b/src/soc/samsung/exynos5420/pinmux.c @@ -14,7 +14,6 @@ */ #include -#include #include #include #include diff --git a/src/soc/samsung/exynos5420/power.c b/src/soc/samsung/exynos5420/power.c index a168355f14..7e8e146b63 100644 --- a/src/soc/samsung/exynos5420/power.c +++ b/src/soc/samsung/exynos5420/power.c @@ -16,7 +16,6 @@ /* Power setup code for EXYNOS5 */ #include -#include #include #include #include diff --git a/src/soc/samsung/exynos5420/wakeup.c b/src/soc/samsung/exynos5420/wakeup.c index dd0c7878f2..2bcc6b4b5e 100644 --- a/src/soc/samsung/exynos5420/wakeup.c +++ b/src/soc/samsung/exynos5420/wakeup.c @@ -14,7 +14,6 @@ */ #include -#include #include #include -- cgit v1.2.3