aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/stout/ec.c
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/stout/ec.c
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/stout/ec.c')
-rw-r--r--src/mainboard/google/stout/ec.c1
1 files changed, 0 insertions, 1 deletions
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)