HAOUAS Elyes has uploaded this change for review.

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

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, 0 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/41827/1
diff --git a/src/acpi/soundwire.c b/src/acpi/soundwire.c
index 1151a18..341114a 100644
--- a/src/acpi/soundwire.c
+++ b/src/acpi/soundwire.c
@@ -6,7 +6,6 @@
#include <commonlib/helpers.h>
#include <device/soundwire.h>
#include <stdbool.h>
-#include <stdint.h>
#include <string.h>

/* Specification-defined prefix for SoundWire properties. */
diff --git a/src/drivers/intel/soundwire/soundwire.c b/src/drivers/intel/soundwire/soundwire.c
index ab09ff4..34ecd86 100644
--- a/src/drivers/intel/soundwire/soundwire.c
+++ b/src/drivers/intel/soundwire/soundwire.c
@@ -8,7 +8,6 @@
#include <device/path.h>
#include <device/soundwire.h>
#include <stdbool.h>
-#include <stdint.h>

#include "soundwire.h"
#include "chip.h"
diff --git a/src/soc/intel/jasperlake/me.c b/src/soc/intel/jasperlake/me.c
index c8496f9..0797993 100644
--- a/src/soc/intel/jasperlake/me.c
+++ b/src/soc/intel/jasperlake/me.c
@@ -5,7 +5,6 @@
#include <intelblocks/cse.h>
#include <console/console.h>
#include <soc/me.h>
-#include <stdint.h>

static void dump_me_status(void *unused)
{

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: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange