aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/parrot
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-17 16:41:22 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-18 07:38:54 +0000
commit82fb12ccec969a2bcc75c930aaa6d903322fefe4 (patch)
treea53801bd66225c9ed286d33a668c88a44cca4bf9 /src/mainboard/google/parrot
parent02043c995b0a767854d0a04e5d17e7576895e8fb (diff)
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/mainboard/google/parrot')
-rw-r--r--src/mainboard/google/parrot/smihandler.c1
1 files changed, 0 insertions, 1 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"