tree: Drop unused <stdlib.h>

Change-Id: Ie7e36cfa5a09d94bb58f12f9bd262255a630424c
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81819
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes Haouas
2024-04-10 10:42:30 +02:00
parent 31402178c5
commit fd9f697e51
12 changed files with 0 additions and 12 deletions

View File

@@ -2,7 +2,6 @@
#include <assert.h>
#include <soc/early_init.h>
#include <stdlib.h>
#include <string.h>
static struct early_init_data *find_early_init(void)