summaryrefslogtreecommitdiff
path: root/src/drivers/ocp/ewl/ocp_ewl.h
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-11-04 19:09:20 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-11-04 18:46:53 +0000
commitc8f25e0c0551821554b96c449b6323de8a14a030 (patch)
treeac2fd31643cfa67e6f7b42737cf01ec72c3fc318 /src/drivers/ocp/ewl/ocp_ewl.h
parent0925bdaeb2f0d32d8890c9b0fafbb5fed9c9c4a3 (diff)
Revert "drivers/ocp/ewl: Add EWL driver for EWL type 3 error handling"
This reverts commit 059902882ce56502124375c9395ebe8b49640710. A dependency of the previous patch that added the get_ewl_hob function used by this patch was missing, so this patch needs to be temporary reverted to revert the patch that breaks the build due to the missing dependency. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Idb2fa27e75eede1648ddbf82c8bfbeeb2e9220a6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69228 Reviewed-by: Tim Crawford <tcrawford@system76.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Jason Glenesk <jason.glenesk@amd.corp-partner.google.com> Tested-by: Patrick Georgi <patrick@coreboot.org> Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Diffstat (limited to 'src/drivers/ocp/ewl/ocp_ewl.h')
-rw-r--r--src/drivers/ocp/ewl/ocp_ewl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/drivers/ocp/ewl/ocp_ewl.h b/src/drivers/ocp/ewl/ocp_ewl.h
deleted file mode 100644
index 38d5286d36..0000000000
--- a/src/drivers/ocp/ewl/ocp_ewl.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-
-#ifndef __OCP_EWL_H
-#define __OCP_EWL_H
-
-#include <soc/soc_util.h>
-
-void get_ewl(void);
-
-#endif