From ede8dd0b9c0dcf1a2f1478e5cb4e035c148b9ed1 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 23 Jun 2019 06:57:53 +0200 Subject: src/{device,drivers}: Use 'include ' when appropriate Also, including , is supposed to provide stdint and stddef. Change-Id: I99918a5a77e759bc7d4192d2c3fd6ad493c70248 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/33681 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/drivers/i2c/tpm/cr50.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/drivers/i2c/tpm/cr50.c') diff --git a/src/drivers/i2c/tpm/cr50.c b/src/drivers/i2c/tpm/cr50.c index 3c70b7e6e3..6714bd4a03 100644 --- a/src/drivers/i2c/tpm/cr50.c +++ b/src/drivers/i2c/tpm/cr50.c @@ -29,7 +29,6 @@ #include #include -#include #include #include #include @@ -38,6 +37,8 @@ #include #include #include +#include + #include "tpm.h" #define CR50_MAX_BUFSIZE 63 -- cgit v1.2.3