HAOUAS Elyes uploaded patch set #15 to this change.

View Change

src: Remove unused 'include <stdint.h>

Found using:
diff <(git grep -l '#include <stdint.h>' -- src/) <(git grep -l 'int8_t\|int16_t\|int32_t\|int64_t\|intptr_t\|intmax_t\|s8\|u8\|s16\|u16\|s32\|u32\|s64\|u64\|INT8_MIN\|INT8_MAX\|INT16_MIN\|INT16_MAX\|INT32_MIN\|INT32_MAX\|INT64_MIN\|INT64_MAX\|INTMAX_MIN\|INTMAX_MAX' -- src/) |grep -v vendorcode |grep '<'

Also add missing <stddef.h> for 'size_t' in "src/acpi/soundwire.c".

Change-Id: I5e14bf4887c7d2644a64f4d58c6d8763eb74d2ed
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/acpi/soundwire.c
M src/arch/arm/include/armv4/arch/cache.h
M src/arch/arm64/include/armv8/arch/cache.h
M src/arch/x86/include/arch/ebda.h
M src/commonlib/include/commonlib/region.h
M src/drivers/i2c/rt1011/chip.h
M src/drivers/intel/fsp1_1/include/fsp/car.h
M src/drivers/intel/ptt/ptt.h
M src/drivers/intel/soundwire/soundwire.c
M src/mainboard/intel/cannonlake_rvp/variants/baseboard/include/baseboard/variants.h
M src/mainboard/intel/coffeelake_rvp/variants/baseboard/include/baseboard/variants.h
M src/mainboard/intel/glkrvp/variants/baseboard/include/baseboard/variants.h
M src/mainboard/intel/icelake_rvp/variants/baseboard/include/baseboard/variants.h
M src/mainboard/intel/jasperlake_rvp/board_id.h
M src/mainboard/intel/tglrvp/board_id.h
M src/mainboard/intel/tglrvp/variants/baseboard/include/baseboard/variants.h
M src/northbridge/intel/sandybridge/romstage.c
M src/security/memory/memory.h
M src/security/vboot/vboot_common.h
M src/soc/amd/common/block/include/amdblocks/acpi.h
M src/soc/amd/common/block/include/amdblocks/agesawrapper.h
M src/soc/amd/common/block/include/amdblocks/s3_resume.h
M src/soc/intel/baytrail/include/soc/romstage.h
M src/soc/intel/braswell/include/soc/romstage.h
M src/soc/intel/broadwell/include/soc/romstage.h
M src/soc/intel/cannonlake/include/soc/pch.h
M src/soc/intel/common/block/include/intelblocks/pcie_rp.h
M src/soc/intel/common/block/smbus/smbuslib.h
M src/soc/intel/common/mma.h
M src/soc/intel/common/pch/include/intelpch/lockdown.h
M src/soc/intel/icelake/include/soc/pch.h
M src/soc/intel/jasperlake/include/soc/espi.h
M src/soc/intel/jasperlake/include/soc/pch.h
M src/soc/intel/jasperlake/me.c
M src/soc/intel/tigerlake/include/soc/espi.h
M src/soc/intel/tigerlake/include/soc/pch.h
M src/soc/mediatek/mt8173/include/soc/addressmap.h
M src/soc/nvidia/tegra/usb.h
M src/soc/nvidia/tegra124/include/soc/gpio.h
M src/soc/nvidia/tegra124/include/soc/pingroup.h
M src/soc/nvidia/tegra124/include/soc/pinmux.h
M src/soc/nvidia/tegra210/include/soc/ccplex.h
M src/soc/nvidia/tegra210/include/soc/pinmux.h
M src/soc/qualcomm/qcs405/include/soc/addressmap.h
M src/soc/qualcomm/sc7180/include/soc/addressmap.h
M src/soc/qualcomm/sdm845/include/soc/addressmap.h
M src/southbridge/amd/cimx/sb800/cfg.h
47 files changed, 1 insertion(+), 49 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/41827/15

To view, visit change 41827. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5e14bf4887c7d2644a64f4d58c6d8763eb74d2ed
Gerrit-Change-Number: 41827
Gerrit-PatchSet: 15
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: newpatchset