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/exynos5250/clock_init.c | 1 - src/soc/samsung/exynos5250/dmc_common.c | 1 - src/soc/samsung/exynos5250/power.c | 1 - src/soc/samsung/exynos5250/wakeup.c | 1 - 4 files changed, 4 deletions(-) (limited to 'src/soc/samsung/exynos5250') diff --git a/src/soc/samsung/exynos5250/clock_init.c b/src/soc/samsung/exynos5250/clock_init.c index 970173e3b3..d75a33ae31 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 -#include #include #include #include diff --git a/src/soc/samsung/exynos5250/dmc_common.c b/src/soc/samsung/exynos5250/dmc_common.c index 638c4b5f46..5a3a98994b 100644 --- a/src/soc/samsung/exynos5250/dmc_common.c +++ b/src/soc/samsung/exynos5250/dmc_common.c @@ -17,7 +17,6 @@ */ #include -#include #include #include #include diff --git a/src/soc/samsung/exynos5250/power.c b/src/soc/samsung/exynos5250/power.c index 8bd63044cb..9d4c748d21 100644 --- a/src/soc/samsung/exynos5250/power.c +++ b/src/soc/samsung/exynos5250/power.c @@ -16,7 +16,6 @@ /* Power setup code for EXYNOS5 */ #include -#include #include #include #include diff --git a/src/soc/samsung/exynos5250/wakeup.c b/src/soc/samsung/exynos5250/wakeup.c index f7580b9a16..f83343bcff 100644 --- a/src/soc/samsung/exynos5250/wakeup.c +++ b/src/soc/samsung/exynos5250/wakeup.c @@ -13,7 +13,6 @@ * GNU General Public License for more details. */ -#include #include #include -- cgit v1.2.3