HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50303 )
Change subject: soc/intel/broadwell/include/soc/me.h: Clean includes ......................................................................
soc/intel/broadwell/include/soc/me.h: Clean includes
Change-Id: I740b0f3341ecc49382f44e8ccabc07148c5cad79 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/intel/broadwell/include/soc/me.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/50303/1
diff --git a/src/soc/intel/broadwell/include/soc/me.h b/src/soc/intel/broadwell/include/soc/me.h index 5282441..b0c50a2 100644 --- a/src/soc/intel/broadwell/include/soc/me.h +++ b/src/soc/intel/broadwell/include/soc/me.h @@ -3,7 +3,7 @@ #ifndef _BROADWELL_ME_H_ #define _BROADWELL_ME_H_
-#include <commonlib/loglevel.h> +#include <stdint.h>
#define ME_RETRY 100000 /* 1 second */ #define ME_DELAY 10 /* 10 us */