Hello Damien Zammit, Tristan Corrick, Christian Walter, Julius Werner, Andrey Petrov, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41817
to look at the new patch set (#2).
Change subject: src: Remove redundant includes ......................................................................
src: Remove redundant includes
<types.h> is supposed to provide <commonlib/bsd/cb_err.h>, <stdbool.h>,<stdint.h> and <stddef.h>. So remove those includes each time when <types.h> is included.
Change-Id: I886f02255099f3005852a2e6095b21ca86a940ed Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/arm/armv7/exception.c M src/arch/arm64/armv8/exception.c M src/device/pci_device.c M src/drivers/i2c/tpm/tpm.c M src/drivers/intel/fsp2_0/include/fsp/info_header.h M src/drivers/tpm/tpm.c M src/drivers/uart/pl011.h M src/ec/google/wilco/commands.h M src/ec/google/wilco/mailbox.c M src/include/device/dram/ddr3.h M src/include/device/dram/ddr4.h M src/include/lib.h M src/mainboard/supermicro/x10slm-f/mainboard.c M src/northbridge/intel/x4x/dq_dqs.c M src/security/tpm/tss.h M src/security/tpm/tss/tcg-2.0/tss_structures.h M src/soc/amd/common/block/include/amdblocks/acpimmio.h M src/soc/amd/common/block/include/amdblocks/lpc.h M src/soc/amd/common/block/lpc/espi_util.c M src/soc/cavium/cn81xx/include/soc/soc.h M src/soc/cavium/cn81xx/include/soc/timer.h M src/soc/cavium/cn81xx/include/soc/uart.h M src/soc/intel/common/block/include/intelblocks/cse.h M src/soc/mediatek/mt8173/flash_controller.c M src/soc/mediatek/mt8173/include/soc/dramc_register.h M src/soc/mediatek/mt8173/include/soc/emi.h M src/soc/mediatek/mt8183/include/soc/emi.h M src/soc/mediatek/mt8183/include/soc/spm.h M src/soc/nvidia/tegra/dc.h M src/soc/nvidia/tegra124/spi.c M src/soc/nvidia/tegra210/include/soc/dma.h M src/soc/nvidia/tegra210/spi.c 32 files changed, 2 insertions(+), 33 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/41817/2