summaryrefslogtreecommitdiff
path: root/src/arch/arm
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-11-30 19:29:28 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-19 05:57:07 +0000
commit0420e50b6b0ee25ba7802493caf33b2b6e320da2 (patch)
tree7bbe19e5057659d554ea3e8eb915d803a8a8dd69 /src/arch/arm
parent608fbf81109902cfd1775e61b18a2c37e2084d9d (diff)
downloadcoreboot-0420e50b6b0ee25ba7802493caf33b2b6e320da2.tar.xz
src/arch: Remove unused <stdlib.h>
Change-Id: I79f065703b5249ca9630b06de7142bc52675076e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32820 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/arm')
-rw-r--r--src/arch/arm/armv7/mmu.c1
-rw-r--r--src/arch/arm/cpu.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/arm/armv7/mmu.c b/src/arch/arm/armv7/mmu.c
index e9d10e2a3d..77b9b4b435 100644
--- a/src/arch/arm/armv7/mmu.c
+++ b/src/arch/arm/armv7/mmu.c
@@ -30,7 +30,6 @@
#include <assert.h>
#include <commonlib/helpers.h>
-#include <stdlib.h>
#include <stdint.h>
#include <symbols.h>
diff --git a/src/arch/arm/cpu.c b/src/arch/arm/cpu.c
index 87fc6b17cc..1e0e0fd60b 100644
--- a/src/arch/arm/cpu.c
+++ b/src/arch/arm/cpu.c
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
*/
-#include <stdlib.h>
#include <arch/cpu.h>
#include <commonlib/helpers.h>