aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-09 17:34:33 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-10 05:59:00 +0000
commitbd5fe989bd562b8d103b1e12eb5c68d07ab1fa26 (patch)
treee4b9857e4348bfce36143eb9437a42358cd5ec85
parent12acf3d1c6268b0a1739b9e3187f2010a72165ad (diff)
tree: Drop unused <elog.h>
Change-Id: I40e2e5a786499abbe2fce63d6e0f1ac1e780ab51 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81816 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Eric Lai <ericllai@google.com>
-rw-r--r--src/mainboard/google/guybrush/smihandler.c1
-rw-r--r--src/mainboard/google/skyrim/variants/baseboard/smihandler.c1
-rw-r--r--src/soc/amd/genoa_poc/smihandler.c1
-rw-r--r--src/soc/intel/common/block/include/intelblocks/xhci.h1
-rw-r--r--src/southbridge/intel/lynxpoint/early_pch.c2
5 files changed, 1 insertions, 5 deletions
diff --git a/src/mainboard/google/guybrush/smihandler.c b/src/mainboard/google/guybrush/smihandler.c
index edabdbd169..b6dd8a0ee4 100644
--- a/src/mainboard/google/guybrush/smihandler.c
+++ b/src/mainboard/google/guybrush/smihandler.c
@@ -5,7 +5,6 @@
#include <cpu/x86/smm.h>
#include <ec/google/chromeec/ec.h>
#include <ec/google/chromeec/smm.h>
-#include <elog.h>
#include <variant/ec.h>
void mainboard_smi_gpi(u32 gpi_sts)
diff --git a/src/mainboard/google/skyrim/variants/baseboard/smihandler.c b/src/mainboard/google/skyrim/variants/baseboard/smihandler.c
index a14dc9840b..75c6d5150e 100644
--- a/src/mainboard/google/skyrim/variants/baseboard/smihandler.c
+++ b/src/mainboard/google/skyrim/variants/baseboard/smihandler.c
@@ -4,7 +4,6 @@
#include <cpu/x86/smm.h>
#include <ec/google/chromeec/ec.h>
#include <ec/google/chromeec/smm.h>
-#include <elog.h>
#include <gpio.h>
#include <variant/ec.h>
diff --git a/src/soc/amd/genoa_poc/smihandler.c b/src/soc/amd/genoa_poc/smihandler.c
index 4d93baa408..a4b6173184 100644
--- a/src/soc/amd/genoa_poc/smihandler.c
+++ b/src/soc/amd/genoa_poc/smihandler.c
@@ -11,7 +11,6 @@
#include <console/console.h>
#include <cpu/x86/cache.h>
#include <cpu/x86/smm.h>
-#include <elog.h>
#include <soc/smi.h>
#include <soc/smu.h>
#include <soc/southbridge.h>
diff --git a/src/soc/intel/common/block/include/intelblocks/xhci.h b/src/soc/intel/common/block/include/intelblocks/xhci.h
index 1a72e0fee8..09a134b74d 100644
--- a/src/soc/intel/common/block/include/intelblocks/xhci.h
+++ b/src/soc/intel/common/block/include/intelblocks/xhci.h
@@ -26,7 +26,6 @@
#if !defined(__ACPI__)
#include <device/device.h>
#include <device/xhci.h>
-#include <elog.h>
#include <stdint.h>
/*
diff --git a/src/southbridge/intel/lynxpoint/early_pch.c b/src/southbridge/intel/lynxpoint/early_pch.c
index 03823ff196..61c7ac196e 100644
--- a/src/southbridge/intel/lynxpoint/early_pch.c
+++ b/src/southbridge/intel/lynxpoint/early_pch.c
@@ -6,7 +6,7 @@
#include <device/pci_def.h>
#include <device/smbus_host.h>
#include <southbridge/intel/common/pmbase.h>
-#include <elog.h>
+
#include "pch.h"
#include "chip.h"