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:
parent
5a365cb8ef
commit
c32ca089c9
|
@ -31,6 +31,4 @@
|
||||||
#define IT8783EF_SP6 0x0b /* COM6 */
|
#define IT8783EF_SP6 0x0b /* COM6 */
|
||||||
#define IT8783EF_CIR 0x0c /* Consumer IR */
|
#define IT8783EF_CIR 0x0c /* Consumer IR */
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#endif /* SUPERIO_ITE_IT8783EF_H */
|
#endif /* SUPERIO_ITE_IT8783EF_H */
|
||||||
|
|
|
@ -31,6 +31,4 @@
|
||||||
#define IT8786E_SP5 0x0b /* COM5 */
|
#define IT8786E_SP5 0x0b /* COM5 */
|
||||||
#define IT8786E_SP6 0x0c /* COM6 */
|
#define IT8786E_SP6 0x0c /* COM6 */
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#endif /* SUPERIO_ITE_IT8786E_H */
|
#endif /* SUPERIO_ITE_IT8786E_H */
|
||||||
|
|
Loading…
Reference in New Issue