diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-17 16:41:22 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-18 07:38:54 +0000 |
commit | 82fb12ccec969a2bcc75c930aaa6d903322fefe4 (patch) | |
tree | a53801bd66225c9ed286d33a668c88a44cca4bf9 /src | |
parent | 02043c995b0a767854d0a04e5d17e7576895e8fb (diff) | |
download | coreboot-82fb12ccec969a2bcc75c930aaa6d903322fefe4.tar.xz |
mb/google/{parrot,stout}: Remove unused 'include <elog.h>'
Change-Id: I7c6f47f03f1c83658f4364f81f6436d7b2f4f377
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41486
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/parrot/smihandler.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/stout/ec.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/parrot/smihandler.c b/src/mainboard/google/parrot/smihandler.c index 1934625ae1..a71b2a30df 100644 --- a/src/mainboard/google/parrot/smihandler.c +++ b/src/mainboard/google/parrot/smihandler.c @@ -9,7 +9,6 @@ #include <southbridge/intel/common/pmbase.h> #include <northbridge/intel/sandybridge/sandybridge.h> #include <cpu/intel/model_206ax/model_206ax.h> -#include <elog.h> #include <ec/compal/ene932/ec.h> #include "ec.h" diff --git a/src/mainboard/google/stout/ec.c b/src/mainboard/google/stout/ec.c index f568116e17..d80e225609 100644 --- a/src/mainboard/google/stout/ec.c +++ b/src/mainboard/google/stout/ec.c @@ -9,7 +9,6 @@ #include <device/device.h> #include <southbridge/intel/bd82x6x/pch.h> #include <southbridge/intel/common/pmbase.h> -#include <elog.h> #include "ec.h" void stout_ec_init(void) |