diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-26 15:06:33 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 09:50:29 +0000 |
commit | e9a0130879bca97462c6184f1d368f773e00e8a0 (patch) | |
tree | d34cc086ff3a15f02bc20412de589cdabcf13c5f /src/soc/samsung/exynos5250 | |
parent | ead574ed020063f1e6efe5289669ab67e2a76780 (diff) | |
download | coreboot-e9a0130879bca97462c6184f1d368f773e00e8a0.tar.xz |
src: Remove unneeded include <console/console.h>
Change-Id: I40f8b4c7cbc55e16929b1f40d18bb5a9c19845da
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29289
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/samsung/exynos5250')
-rw-r--r-- | src/soc/samsung/exynos5250/clock_init.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5250/dmc_common.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5250/power.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5250/wakeup.c | 1 |
4 files changed, 0 insertions, 4 deletions
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 <delay.h> -#include <console/console.h> #include <soc/clk.h> #include <soc/dp.h> #include <soc/setup.h> 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 <arch/io.h> -#include <console/console.h> #include <delay.h> #include <soc/clk.h> #include <soc/dmc.h> 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 <arch/io.h> -#include <console/console.h> #include <halt.h> #include <reset.h> #include <soc/dmc.h> 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 <console/console.h> #include <soc/power.h> #include <soc/wakeup.h> |