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

@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#include <stdint.h> #include <stdint.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <console/console.h> #include <console/console.h>

View File

@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#include <stdlib.h>
#include <option.h> #include <option.h>
#include <smmstore.h> #include <smmstore.h>

View File

@@ -2,7 +2,6 @@
#include <acpi/acpigen.h> #include <acpi/acpigen.h>
#include <acpi/acpi_device.h> #include <acpi/acpi_device.h>
#include <stdlib.h>
#include "chip.h" #include "chip.h"

View File

@@ -5,7 +5,6 @@
#include <console/console.h> #include <console/console.h>
#include <endian.h> #include <endian.h>
#include <bootsplash.h> #include <bootsplash.h>
#include <stdlib.h>
#include "jpeg.h" #include "jpeg.h"

View File

@@ -9,7 +9,6 @@
#include <soc/chip_common.h> #include <soc/chip_common.h>
#include <soc/soc_util.h> #include <soc/soc_util.h>
#include <soc/util.h> #include <soc/util.h>
#include <stdlib.h>
/** /**
* Find all device of a given vendor and type for the specified socket. * Find all device of a given vendor and type for the specified socket.

View File

@@ -12,7 +12,6 @@
#include <soc/chip_common.h> #include <soc/chip_common.h>
#include <soc/soc_util.h> #include <soc/soc_util.h>
#include <soc/util.h> #include <soc/util.h>
#include <stdlib.h>
static const STACK_RES *domain_to_stack_res(const struct device *dev) static const STACK_RES *domain_to_stack_res(const struct device *dev)
{ {

View File

@@ -5,7 +5,6 @@
#include <soc/chip_common.h> #include <soc/chip_common.h>
#include <soc/util.h> #include <soc/util.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h>
static uintptr_t xeonsp_ioapic_bases[CONFIG_MAX_SOCKET * MAX_IIO_STACK + 1]; static uintptr_t xeonsp_ioapic_bases[CONFIG_MAX_SOCKET * MAX_IIO_STACK + 1];

View File

@@ -10,7 +10,6 @@
#include <soc/pci_devs.h> #include <soc/pci_devs.h>
#include <soc/soc_util.h> #include <soc/soc_util.h>
#include <soc/util.h> #include <soc/util.h>
#include <stdlib.h>
#include <pc80/mc146818rtc.h> #include <pc80/mc146818rtc.h>
const EWL_PRIVATE_DATA *get_ewl_hob(void) const EWL_PRIVATE_DATA *get_ewl_hob(void)

View File

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

View File

@@ -7,7 +7,6 @@
#include <soc/early_init.h> #include <soc/early_init.h>
#include <soc/pcie.h> #include <soc/pcie.h>
#include <soc/pcie_common.h> #include <soc/pcie_common.h>
#include <stdlib.h>
#define PCIE_REG_BASE_PORT0 0x112f0000 #define PCIE_REG_BASE_PORT0 0x112f0000
#define PCIE_RST_CTRL_REG (PCIE_REG_BASE_PORT0 + 0x148) #define PCIE_RST_CTRL_REG (PCIE_REG_BASE_PORT0 + 0x148)

View File

@@ -7,7 +7,6 @@
#include <delay.h> #include <delay.h>
#include <types.h> #include <types.h>
#include <string.h> #include <string.h>
#include <stdlib.h>
#include <soc/clock.h> #include <soc/clock.h>
#include <gpio.h> #include <gpio.h>
#include <soc/display/edp_reg.h> #include <soc/display/edp_reg.h>

View File

@@ -10,7 +10,6 @@
#include <acpi/acpi.h> #include <acpi/acpi.h>
#include <acpi/acpigen.h> #include <acpi/acpigen.h>
#include <superio/common/ssdt.h> #include <superio/common/ssdt.h>
#include <stdlib.h>
#include "npcd378.h" #include "npcd378.h"