src: Remove unused '#include <stddef.h>'
Unused includes found using following commande: diff <(git grep -l '#include <stddef.h>' -- src/) <(git grep -l 'size_t\|ssize_t\|wchar_t\|wint_t\|NULL\|DEVTREE_EARLY\|DEVTREE_CONST\ |MAYBE_STATIC_NONZERO\|MAYBE_STATIC_BSS\|zeroptr' -- src/)|grep '<' |grep -v vendor |grep -vF '.h' Change-Id: Ic54b1db995fe7c61b416fa5e1c4022238e4a6ad5 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41150 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f70bd99d2a
commit
e30c396ffa
|
@ -1,6 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stddef.h>
|
||||
#include <cbmem.h>
|
||||
#include <symbols.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <symbols.h>
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#include <console/console.h>
|
||||
#include <ip_checksum.h>
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <elog.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stddef.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ehci.h>
|
||||
#include <device/mmio.h>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <stddef.h>
|
||||
#include <console/console.h>
|
||||
#include <ctype.h>
|
||||
#include <stdint.h>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <boardid.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
#include <fsp/soc_binding.h>
|
||||
#include <soc/romstage.h>
|
||||
#include <console/console.h>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <console/console.h>
|
||||
#include <soc/auxadc.h>
|
||||
#include <ec/google/chromeec/ec.h>
|
||||
#include <stddef.h>
|
||||
|
||||
/* For CBI un-provisioned/corrupted Flapjack board. */
|
||||
#define FLAPJACK_UNDEF_SKU_ID 0
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <soc/dmc.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/setup.h>
|
||||
#include <stddef.h>
|
||||
|
||||
const struct mem_timings mem_timings = {
|
||||
.mem_manuf = MEM_MANUF_SAMSUNG,
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "spd/spd.h"
|
||||
#include <ec/acpi/ec.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#define SPD_4X_2GB 0
|
||||
#define SPD_4X_4GB 1
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <console/console.h>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <console/console.h>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/intel/speedstep.h>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <spd.h>
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include <cpu/x86/smm.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
|
||||
#include <stddef.h>
|
||||
#include <cbfs.h>
|
||||
#include <console/console.h>
|
||||
#include <lib.h>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <console/cbmem_console.h>
|
||||
#include <fmap.h>
|
||||
#include <reset.h>
|
||||
#include <stddef.h>
|
||||
#include <security/vboot/misc.h>
|
||||
#include <security/vboot/vboot_common.h>
|
||||
#include <security/vboot/vbnv.h>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <arch/romstage.h>
|
||||
#include <bootmode.h>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <cbmem.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <stddef.h>
|
||||
#include <symbols.h>
|
||||
#include <soc/emi.h>
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <device/mmio.h>
|
||||
#include <edid.h>
|
||||
#include <stddef.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/ddp.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <soc/mtcmos.h>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <device/mmio.h>
|
||||
#include <edid.h>
|
||||
#include <stddef.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/ddp.h>
|
||||
#include <types.h>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <device/mmio.h>
|
||||
#include <edid.h>
|
||||
#include <stddef.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/ddp.h>
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <device/mmio.h>
|
||||
#include <delay.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/infracfg.h>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <stddef.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/clock.h>
|
||||
#include <soc/edp.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include <delay.h>
|
||||
#include <edid.h>
|
||||
#include <gpio.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/clock.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include <soc/display.h>
|
||||
#include <soc/soc.h>
|
||||
#include <soc/sdram.h>
|
||||
#include <stddef.h>
|
||||
#include <symbols.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <soc/display.h>
|
||||
#include <soc/sdram.h>
|
||||
#include <soc/symbols.h>
|
||||
#include <stddef.h>
|
||||
#include <symbols.h>
|
||||
|
||||
void bootmem_platform_add_ranges(void)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stddef.h>
|
||||
#include <cbmem.h>
|
||||
#include <soc/cpu.h>
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#include <soc/cpu.h>
|
||||
#include <soc/dp-core.h>
|
||||
#include <soc/fimd.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <cbmem.h>
|
||||
#include <soc/cpu.h>
|
||||
#include <stddef.h>
|
||||
|
||||
void *cbmem_top_chipset(void)
|
||||
{
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <soc/fimd.h>
|
||||
#include <soc/cpu.h>
|
||||
#include <soc/clk.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <soc/i2c.h>
|
||||
#include <soc/periph.h>
|
||||
#include <soc/pinmux.h>
|
||||
#include <stddef.h>
|
||||
#include <timer.h>
|
||||
|
||||
struct __packed i2c_regs
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stddef.h>
|
||||
#include <delay.h>
|
||||
#include <device/mmio.h>
|
||||
#include <console/console.h>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <console/uart.h>
|
||||
#include <commonlib/bsd/helpers.h>
|
||||
|
|
Loading…
Reference in New Issue