summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/z220_sff_workstation/early_init.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-13 08:36:20 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-19 04:30:29 +0000
commitaa57187f8220734dea52a6155361c1c7f9cadb2d (patch)
tree5260b0817385f8c29a3aeabcf40f4828a97184fe /src/mainboard/hp/z220_sff_workstation/early_init.c
parente5476db4aa9840d0e5b637212aad1423342b00f9 (diff)
downloadcoreboot-aa57187f8220734dea52a6155361c1c7f9cadb2d.tar.xz
mb/*/*/early_init.c: Remove unused <device/pci_{def,ops}.h>
Change-Id: I4cd9d22d2105c270a3d1e8a0be40b594c7c8b226 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37687 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/hp/z220_sff_workstation/early_init.c')
-rw-r--r--src/mainboard/hp/z220_sff_workstation/early_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/hp/z220_sff_workstation/early_init.c b/src/mainboard/hp/z220_sff_workstation/early_init.c
index fd70690079..d0ea1affed 100644
--- a/src/mainboard/hp/z220_sff_workstation/early_init.c
+++ b/src/mainboard/hp/z220_sff_workstation/early_init.c
@@ -18,8 +18,6 @@
#include <bootblock_common.h>
#include <stdint.h>
-#include <device/pci_ops.h>
-#include <device/pci_def.h>
#include <superio/nuvoton/npcd378/npcd378.h>
#include <superio/nuvoton/common/nuvoton.h>
#include <northbridge/intel/sandybridge/sandybridge.h>