summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/exynos5250
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-11-30 19:27:54 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-19 05:39:09 +0000
commitd51ee90f122de103756a26842f17ded2465db1a3 (patch)
tree64554e0394307ac17ba1d83a0ddef7b0e43552be /src/soc/samsung/exynos5250
parent8cf28dbf93a0b8a888ca813e05c4728d62188a45 (diff)
downloadcoreboot-d51ee90f122de103756a26842f17ded2465db1a3.tar.gz
coreboot-d51ee90f122de103756a26842f17ded2465db1a3.tar.bz2
coreboot-d51ee90f122de103756a26842f17ded2465db1a3.zip
src/soc/samsung: Remove unused <stdlib.h>
Change-Id: I6a933295de7c41d62e6a95f955c098b49ea17f08 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33689 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/samsung/exynos5250')
-rw-r--r--src/soc/samsung/exynos5250/alternate_cbfs.c1
-rw-r--r--src/soc/samsung/exynos5250/clock.c1
-rw-r--r--src/soc/samsung/exynos5250/cpu.c1
-rw-r--r--src/soc/samsung/exynos5250/fb.c1
-rw-r--r--src/soc/samsung/exynos5250/spi.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/samsung/exynos5250/alternate_cbfs.c b/src/soc/samsung/exynos5250/alternate_cbfs.c
index c319019eb6e7..1ff5d85bcb2f 100644
--- a/src/soc/samsung/exynos5250/alternate_cbfs.c
+++ b/src/soc/samsung/exynos5250/alternate_cbfs.c
@@ -18,7 +18,6 @@
#include <soc/alternate_cbfs.h>
#include <soc/power.h>
#include <soc/spi.h>
-#include <stdlib.h>
#include <symbols.h>
/* This allows USB A-A firmware upload from a compatible host in four parts:
diff --git a/src/soc/samsung/exynos5250/clock.c b/src/soc/samsung/exynos5250/clock.c
index e762af1908f3..f1b11b5a69c4 100644
--- a/src/soc/samsung/exynos5250/clock.c
+++ b/src/soc/samsung/exynos5250/clock.c
@@ -18,7 +18,6 @@
#include <console/console.h>
#include <soc/clk.h>
#include <soc/periph.h>
-#include <stdlib.h>
#include <timer.h>
/* input clock of PLL: SMDK5250 has 24MHz input clock */
diff --git a/src/soc/samsung/exynos5250/cpu.c b/src/soc/samsung/exynos5250/cpu.c
index f00351ecf485..5f9989990daf 100644
--- a/src/soc/samsung/exynos5250/cpu.c
+++ b/src/soc/samsung/exynos5250/cpu.c
@@ -23,7 +23,6 @@
#include <soc/dp-core.h>
#include <soc/fimd.h>
#include <stddef.h>
-#include <stdlib.h>
#include <string.h>
#include "chip.h"
diff --git a/src/soc/samsung/exynos5250/fb.c b/src/soc/samsung/exynos5250/fb.c
index 2e8acf2688cd..a29c61985f91 100644
--- a/src/soc/samsung/exynos5250/fb.c
+++ b/src/soc/samsung/exynos5250/fb.c
@@ -25,7 +25,6 @@
#include <soc/i2c.h>
#include <soc/power.h>
#include <soc/sysreg.h>
-#include <stdlib.h>
#include <timer.h>
/*
diff --git a/src/soc/samsung/exynos5250/spi.c b/src/soc/samsung/exynos5250/spi.c
index 4d5e01f4931d..bacd08ca241e 100644
--- a/src/soc/samsung/exynos5250/spi.c
+++ b/src/soc/samsung/exynos5250/spi.c
@@ -21,7 +21,6 @@
#include <soc/clk.h>
#include <soc/gpio.h>
#include <soc/spi.h>
-#include <stdlib.h>
#include <symbols.h>
#if defined(CONFIG_DEBUG_SPI) && CONFIG_DEBUG_SPI