diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-11-30 19:27:54 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-12-19 05:39:09 +0000 |
commit | d51ee90f122de103756a26842f17ded2465db1a3 (patch) | |
tree | 64554e0394307ac17ba1d83a0ddef7b0e43552be /src/soc/samsung/exynos5420/cpu.c | |
parent | 8cf28dbf93a0b8a888ca813e05c4728d62188a45 (diff) | |
download | coreboot-d51ee90f122de103756a26842f17ded2465db1a3.tar.xz |
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/exynos5420/cpu.c')
-rw-r--r-- | src/soc/samsung/exynos5420/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5420/cpu.c b/src/soc/samsung/exynos5420/cpu.c index 55b0512179..375b370a1b 100644 --- a/src/soc/samsung/exynos5420/cpu.c +++ b/src/soc/samsung/exynos5420/cpu.c @@ -24,7 +24,6 @@ #include <soc/cpu.h> #include <soc/clk.h> #include <stddef.h> -#include <stdlib.h> #include <string.h> #include "chip.h" |