Felix Held submitted this change.

View Change

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

Change-Id: I835e8786b84ec16889fd08f566328bc7a0a60c90
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45312
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
---
M src/superio/aspeed/common/early_config.c
M src/superio/smsc/sch5545/sch5545_early_init.c
M src/superio/smsc/sch5545/sch5545_emi.c
3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/superio/aspeed/common/early_config.c b/src/superio/aspeed/common/early_config.c
index b0aab89..716a896 100644
--- a/src/superio/aspeed/common/early_config.c
+++ b/src/superio/aspeed/common/early_config.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */

#include <arch/io.h>
-#include <device/pnp_def.h>
#include <device/pnp_ops.h>
#include <stdint.h>
#include <commonlib/helpers.h>
diff --git a/src/superio/smsc/sch5545/sch5545_early_init.c b/src/superio/smsc/sch5545/sch5545_early_init.c
index 4841571..ed4fa53 100644
--- a/src/superio/smsc/sch5545/sch5545_early_init.c
+++ b/src/superio/smsc/sch5545/sch5545_early_init.c
@@ -3,7 +3,6 @@
#include <arch/io.h>
#include <device/pnp.h>
#include <stdint.h>
-#include <device/pnp_def.h>
#include <device/pnp_ops.h>
#include "sch5545.h"

diff --git a/src/superio/smsc/sch5545/sch5545_emi.c b/src/superio/smsc/sch5545/sch5545_emi.c
index 2bb150c..367148a 100644
--- a/src/superio/smsc/sch5545/sch5545_emi.c
+++ b/src/superio/smsc/sch5545/sch5545_emi.c
@@ -3,7 +3,6 @@
#include <assert.h>
#include <arch/io.h>
#include <device/pnp.h>
-#include <device/pnp_def.h>
#include <device/pnp_ops.h>
#include <superio/conf_mode.h>


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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I835e8786b84ec16889fd08f566328bc7a0a60c90
Gerrit-Change-Number: 45312
Gerrit-PatchSet: 3
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Alexander Couzens <lynxis@fe80.eu>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Frans Hendriks <fhendriks@eltan.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: Wim Vervoorn <wvervoorn@eltan.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged