summaryrefslogtreecommitdiff
path: root/src/superio/aspeed/common/early_config.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-01 21:19:16 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-18 12:19:18 +0000
commitcfdcfdb515a90075997e1b5b2b8cb4e7aba7f7da (patch)
treeff35a2aad6142308630787d841c64503da446d88 /src/superio/aspeed/common/early_config.c
parentec17902485dd705a6e09cf4cb6b37802190b1463 (diff)
downloadcoreboot-cfdcfdb515a90075997e1b5b2b8cb4e7aba7f7da.tar.xz
src: Remove unused 'include <delay.h>'
Change-Id: I6afea5c102299e570378a1656d3dcd329a373399 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44093 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 fe780ff5aa..b0aab8981b 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 <delay.h>
#include <device/pnp_def.h>
#include <device/pnp_ops.h>
#include <stdint.h>