HAOUAS Elyes uploaded patch set #7 to this change.

View Change

src: Remove unused 'include <stdint.h>

Found using:
diff <(git grep -l '#include \(<stdint.h>\|<types.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 '<'

Aslo 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/drivers/intel/soundwire/soundwire.c
M src/soc/intel/jasperlake/me.c
3 files changed, 1 insertion(+), 3 deletions(-)

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

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: 7
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