summaryrefslogtreecommitdiff
path: root/src/superio/aspeed/common/early_config.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-09-12 09:01:53 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-09-14 19:36:27 +0000
commitb4093dca8d8676f96f13f930b84a58dcbff181eb (patch)
treede290dff94050a85e1961e8fe943829ef4ee4806 /src/superio/aspeed/common/early_config.c
parent79a3de16a177d9c65f366ff413f5ba06c6cc63b4 (diff)
downloadcoreboot-b4093dca8d8676f96f13f930b84a58dcbff181eb.tar.xz
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>
Diffstat (limited to 'src/superio/aspeed/common/early_config.c')
-rw-r--r--src/superio/aspeed/common/early_config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/aspeed/common/early_config.c b/src/superio/aspeed/common/early_config.c
index b0aab8981b..716a8968d3 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>