summaryrefslogtreecommitdiffstats
path: root/src/lib/hardwaremain.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-27 16:40:25 +0200
committerNico Huber <nico.h@gmx.de>2019-03-29 20:00:20 +0000
commiteb789f0b79aa99e214ccefc04f9f78b550f52f32 (patch)
tree59f72703d67577e4aaf76e276ddd442b583cbc14 /src/lib/hardwaremain.c
parent28fa33ccbce042d09daf64efa2097b67570ad4af (diff)
downloadcoreboot-eb789f0b79aa99e214ccefc04f9f78b550f52f32.tar.gz
coreboot-eb789f0b79aa99e214ccefc04f9f78b550f52f32.tar.bz2
coreboot-eb789f0b79aa99e214ccefc04f9f78b550f52f32.zip
src: Use include <reset.h> when appropriate
Change-Id: I3b852cae4ef84d257bf1e5486447583bdd16b441 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/29301 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/lib/hardwaremain.c')
-rw-r--r--src/lib/hardwaremain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c
index 493ff2dcdec4..2881162a345d 100644
--- a/src/lib/hardwaremain.c
+++ b/src/lib/hardwaremain.c
@@ -29,7 +29,6 @@
#include <device/pci.h>
#include <delay.h>
#include <stdlib.h>
-#include <reset.h>
#include <boot/tables.h>
#include <program_loading.h>
#if CONFIG(HAVE_ACPI_RESUME)