Felix Held submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
src/mainboard: Remove unused include <device/pnp_ops.h>

Change-Id: I278fb20aa176bb09f1ff135fdfd732f0096d3808
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45313
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
---
M src/mainboard/amd/olivehill/bootblock.c
M src/mainboard/ocp/deltalake/bootblock.c
M src/mainboard/ocp/tiogapass/bootblock.c
3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/amd/olivehill/bootblock.c b/src/mainboard/amd/olivehill/bootblock.c
index 0dd836f..efdf57d 100644
--- a/src/mainboard/amd/olivehill/bootblock.c
+++ b/src/mainboard/amd/olivehill/bootblock.c
@@ -3,7 +3,6 @@
#include <amdblocks/acpimmio.h>
#include <arch/io.h>
#include <bootblock_common.h>
-#include <device/pnp_ops.h>

void bootblock_mainboard_early_init(void)
{
diff --git a/src/mainboard/ocp/deltalake/bootblock.c b/src/mainboard/ocp/deltalake/bootblock.c
index 312a7f9..402b572 100644
--- a/src/mainboard/ocp/deltalake/bootblock.c
+++ b/src/mainboard/ocp/deltalake/bootblock.c
@@ -3,7 +3,6 @@
#include <bootblock_common.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>
-#include <device/pnp_ops.h>
#include <intelblocks/lpc_lib.h>
#include <intelblocks/pcr.h>
#include <soc/intel/common/block/lpc/lpc_def.h>
diff --git a/src/mainboard/ocp/tiogapass/bootblock.c b/src/mainboard/ocp/tiogapass/bootblock.c
index 9fc34d7..b5c2aa1 100644
--- a/src/mainboard/ocp/tiogapass/bootblock.c
+++ b/src/mainboard/ocp/tiogapass/bootblock.c
@@ -3,7 +3,6 @@
#include <bootblock_common.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>
-#include <device/pnp_ops.h>
#include <intelblocks/pcr.h>
#include <soc/pci_devs.h>
#include <soc/pcr_ids.h>

To view, visit change 45313. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I278fb20aa176bb09f1ff135fdfd732f0096d3808
Gerrit-Change-Number: 45313
Gerrit-PatchSet: 3
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged