aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-05 13:50:14 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-07 22:02:12 +0000
commit0d2086b1eef9fd5b0fe54c7f37d4cf767928bc38 (patch)
tree42f91edac2026f58238b364b46b7b4f84c2ac709
parentb3a69e12cbd475d8e30781348fdbae632a969309 (diff)
soc/intel/broadwell/include/soc/me.h: Clean includes
Change-Id: I740b0f3341ecc49382f44e8ccabc07148c5cad79 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50303 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--src/soc/intel/broadwell/include/soc/me.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/include/soc/me.h b/src/soc/intel/broadwell/include/soc/me.h
index 5282441a5b..b0c50a21ec 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 */