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:
@@ -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>
|
||||||
|
|
||||||
|
@@ -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>
|
||||||
|
|
||||||
|
@@ -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"
|
||||||
|
|
||||||
|
@@ -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"
|
||||||
|
|
||||||
|
@@ -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.
|
||||||
|
@@ -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)
|
||||||
{
|
{
|
||||||
|
@@ -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];
|
||||||
|
|
||||||
|
@@ -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)
|
||||||
|
@@ -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)
|
||||||
|
@@ -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)
|
||||||
|
@@ -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>
|
||||||
|
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user