diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-06-23 11:08:59 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-15 20:35:34 +0000 |
commit | 4655d041cda597fa75fdfca835a51f3fa55ea988 (patch) | |
tree | c3cae5310cdd96fb48f34a5fa8de6dd2132b9d84 /src/mainboard/google/jecht | |
parent | 1e3d16e8d179ef2502ac83b485dbdca4718db01e (diff) | |
download | coreboot-4655d041cda597fa75fdfca835a51f3fa55ea988.tar.xz |
src/mainboard: Remove not used #include <elog.h>
Change-Id: I901cb35488e08f58cdf97f3a8d0f5a8d03560f86
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33729
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/jecht')
-rw-r--r-- | src/mainboard/google/jecht/smihandler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/jecht/smihandler.c b/src/mainboard/google/jecht/smihandler.c index 9475361105..8e8c9d4b5d 100644 --- a/src/mainboard/google/jecht/smihandler.c +++ b/src/mainboard/google/jecht/smihandler.c @@ -19,7 +19,6 @@ #include <cpu/x86/smm.h> #include <soc/pm.h> #include <soc/smm.h> -#include <elog.h> #include <ec/google/chromeec/ec.h> #include <soc/gpio.h> #include <soc/iomap.h> |