tree: Drop unused <string.h>
Change-Id: I0e216cbc4acf9571c65c345a1764e74485f89438 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81818 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2f9a579048
commit
327a0a7baf
@ -4,7 +4,6 @@
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "sd_mmc.h"
|
||||
#include "storage.h"
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include <cpu/x86/mtrr.h>
|
||||
#include <cpu/amd/mtrr.h>
|
||||
#include <cpu/x86/cache.h>
|
||||
#include <string.h>
|
||||
#include <northbridge/amd/agesa/agesa_helper.h>
|
||||
|
||||
/* TODO: Do we want MTRR_DEF_TYPE_MSR too? */
|
||||
|
@ -1,7 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <option.h>
|
||||
#include <smmstore.h>
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
#include <console/console.h>
|
||||
#include <drivers/ipmi/ipmi_if.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "ipmi_ocp.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
#include <acpi/acpigen.h>
|
||||
#include <device/device.h>
|
||||
#include <device/path.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
#include <soc/i2c.h>
|
||||
#include <soc/pmif.h>
|
||||
#include <soc/regulator.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gpio.h"
|
||||
#include "panel.h"
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <string.h>
|
||||
#include <console/console.h>
|
||||
#include <northbridge/intel/sandybridge/raminit.h>
|
||||
#include <southbridge/intel/bd82x6x/pch.h>
|
||||
|
@ -3,7 +3,6 @@
|
||||
#include <gpio.h>
|
||||
#include <soc/meminit.h>
|
||||
#include <soc/romstage.h>
|
||||
#include <string.h>
|
||||
#include <variants.h>
|
||||
#include <types.h>
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
#include <gpio.h>
|
||||
#include <soc/meminit.h>
|
||||
#include <soc/romstage.h>
|
||||
#include <string.h>
|
||||
#include <variants.h>
|
||||
#include <types.h>
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
#include <option.h>
|
||||
#include <soc/cnl_memcfg_init.h>
|
||||
#include <soc/romstage.h>
|
||||
#include <string.h>
|
||||
#include <types.h>
|
||||
|
||||
static unsigned int get_memory_config_straps(void)
|
||||
|
@ -1,7 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci_def.h>
|
||||
|
@ -5,7 +5,6 @@
|
||||
#include <console/console.h>
|
||||
#include <FspGuids.h>
|
||||
#include <fsp/util.h>
|
||||
#include <string.h>
|
||||
#include <types.h>
|
||||
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
#include <fsp/amd_misc_data.h>
|
||||
#include <fsp/amd_misc_data_hob.h>
|
||||
#include <fsp/util.h>
|
||||
#include <string.h>
|
||||
#include <types.h>
|
||||
|
||||
static enum cb_err get_amd_misc_data_hob(const struct amd_misc_data **fsp_misc_data, int min_revision)
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include <soc/pm.h>
|
||||
#include <soc/soc_chip.h>
|
||||
#include <soc/systemagent.h>
|
||||
#include <string.h>
|
||||
#include <types.h>
|
||||
|
||||
/*
|
||||
|
@ -11,7 +11,6 @@
|
||||
#include <soc/soc_util.h>
|
||||
#include <soc/util.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <pc80/mc146818rtc.h>
|
||||
|
||||
const EWL_PRIVATE_DATA *get_ewl_hob(void)
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include <soc/pcie.h>
|
||||
#include <soc/pcie_common.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define PCIE_REG_BASE_PORT0 0x112f0000
|
||||
#define PCIE_RST_CTRL_REG (PCIE_REG_BASE_PORT0 + 0x148)
|
||||
|
@ -5,7 +5,6 @@
|
||||
#include <edid.h>
|
||||
#include <timer.h>
|
||||
#include <types.h>
|
||||
#include <string.h>
|
||||
#include <soc/display/edp_aux.h>
|
||||
#include <soc/display/edp_reg.h>
|
||||
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include <soc/clock.h>
|
||||
#include <soc/display/edp_reg.h>
|
||||
#include <soc/display/edp_phy.h>
|
||||
#include <string.h>
|
||||
#include <timer.h>
|
||||
|
||||
static void edp_phy_ssc_en(bool en)
|
||||
|
@ -12,7 +12,6 @@
|
||||
#include <soc/i2c.h>
|
||||
#include <soc/soc.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
struct pll_div {
|
||||
u32 nr;
|
||||
|
@ -11,7 +11,6 @@
|
||||
#include <soc/i2c.h>
|
||||
#include <soc/soc.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
struct pll_div {
|
||||
u32 refdiv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user