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 | |
parent | ead574ed020063f1e6efe5289669ab67e2a76780 (diff) |
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')
-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 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/clock_init.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/dmc_common.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/dmc_init_ddr3.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/pinmux.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/power.c | 1 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/wakeup.c | 1 |
10 files changed, 0 insertions, 10 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> 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 <console/console.h> #include <delay.h> #include <soc/clk.h> #include <soc/cpu.h> 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 <arch/io.h> -#include <console/console.h> #include <delay.h> #include <soc/clk.h> #include <soc/dmc.h> 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 <arch/io.h> -#include <console/console.h> #include <delay.h> #include <soc/clk.h> #include <soc/dmc.h> 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 <assert.h> -#include <console/console.h> #include <soc/gpio.h> #include <soc/pinmux.h> #include <stdlib.h> 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 <arch/io.h> -#include <console/console.h> #include <halt.h> #include <soc/dmc.h> #include <soc/power.h> 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 <arch/cache.h> -#include <console/console.h> #include <soc/power.h> #include <soc/wakeup.h> |