aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/efi
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-10 10:42:30 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-11 19:24:44 +0000
commitfd9f697e518150f85e3a17f58deffe8a9a8dcbad (patch)
treeea023fdff64752da0a34bb251f8222c06f218753 /src/drivers/efi
parent31402178c56108e752b95c34562b6e3554a2c1d8 (diff)
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>
Diffstat (limited to 'src/drivers/efi')
-rw-r--r--src/drivers/efi/efivars.c1
-rw-r--r--src/drivers/efi/option.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/efi/efivars.c b/src/drivers/efi/efivars.c
index a7590702f8..2591eab730 100644
--- a/src/drivers/efi/efivars.c
+++ b/src/drivers/efi/efivars.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <stdint.h>
-#include <stdlib.h>
#include <string.h>
#include <console/console.h>
diff --git a/src/drivers/efi/option.c b/src/drivers/efi/option.c
index 8e5b326718..d634c96354 100644
--- a/src/drivers/efi/option.c
+++ b/src/drivers/efi/option.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <stdlib.h>
#include <option.h>
#include <smmstore.h>