Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37739 )
Change subject: superio/ite: remove unused stdint.h include from header files ......................................................................
superio/ite: remove unused stdint.h include from header files
Change-Id: Ica1c9f0c92886a081ab69612174a8d1d467b0713 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/superio/ite/it8783ef/it8783ef.h M src/superio/ite/it8786e/it8786e.h 2 files changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/37739/1
diff --git a/src/superio/ite/it8783ef/it8783ef.h b/src/superio/ite/it8783ef/it8783ef.h index bdaea5a3..b2b7edc 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 5f11b63..b73b71d 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 */