aboutsummaryrefslogtreecommitdiff
path: root/src/superio
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2019-12-15 13:38:01 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-12-16 09:46:13 +0000
commitc32ca089c97198a7f715c91d8a8be0d94c67953c (patch)
tree16e95060f4f3f5d50e4314a781177f6bf80224b4 /src/superio
parent5a365cb8ef3a0d4569531bb53acb0a07967b9563 (diff)
superio/ite: remove unused stdint.h include from header files
Change-Id: Ica1c9f0c92886a081ab69612174a8d1d467b0713 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37739 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/superio')
-rw-r--r--src/superio/ite/it8783ef/it8783ef.h2
-rw-r--r--src/superio/ite/it8786e/it8786e.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/superio/ite/it8783ef/it8783ef.h b/src/superio/ite/it8783ef/it8783ef.h
index bdaea5a3de..b2b7edced5 100644
--- a/src/superio/ite/it8783ef/it8783ef.h
+++ b/src/superio/ite/it8783ef/it8783ef.h
@@ -31,6 +31,4 @@
#define IT8783EF_SP6 0x0b /* COM6 */
#define IT8783EF_CIR 0x0c /* Consumer IR */
-#include <stdint.h>
-
#endif /* SUPERIO_ITE_IT8783EF_H */
diff --git a/src/superio/ite/it8786e/it8786e.h b/src/superio/ite/it8786e/it8786e.h
index 5f11b63690..b73b71d5b3 100644
--- a/src/superio/ite/it8786e/it8786e.h
+++ b/src/superio/ite/it8786e/it8786e.h
@@ -31,6 +31,4 @@
#define IT8786E_SP5 0x0b /* COM5 */
#define IT8786E_SP6 0x0c /* COM6 */
-#include <stdint.h>
-
#endif /* SUPERIO_ITE_IT8786E_H */