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>
This commit is contained in:
Felix Held 2019-12-15 13:38:01 +01:00 committed by Patrick Georgi
parent 5a365cb8ef
commit c32ca089c9
2 changed files with 0 additions and 4 deletions

View File

@ -31,6 +31,4 @@
#define IT8783EF_SP6 0x0b /* COM6 */
#define IT8783EF_CIR 0x0c /* Consumer IR */
#include <stdint.h>
#endif /* SUPERIO_ITE_IT8783EF_H */

View File

@ -31,6 +31,4 @@
#define IT8786E_SP5 0x0b /* COM5 */
#define IT8786E_SP6 0x0c /* COM6 */
#include <stdint.h>
#endif /* SUPERIO_ITE_IT8786E_H */