aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/z220_sff_workstation
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-12 18:01:00 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-10-13 13:50:06 +0000
commit457750283aab395fcfc45ebbbc75ea0748aba576 (patch)
tree285c34a9d29bf6893bf33878a65faccd56c2a900 /src/mainboard/hp/z220_sff_workstation
parent2ea4efeefa72fc31934b0e4e27a80f9d81ddd961 (diff)
mb/hp/z220_sff_workstation: Remove unused include 'pnp_def.h'
Change-Id: Id8e25caf2868c37c9d7c7717dd908152dfc583a3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35986 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/hp/z220_sff_workstation')
-rw-r--r--src/mainboard/hp/z220_sff_workstation/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/hp/z220_sff_workstation/romstage.c b/src/mainboard/hp/z220_sff_workstation/romstage.c
index 9883879bae..0a736942f2 100644
--- a/src/mainboard/hp/z220_sff_workstation/romstage.c
+++ b/src/mainboard/hp/z220_sff_workstation/romstage.c
@@ -20,7 +20,6 @@
#include <arch/io.h>
#include <device/pci_ops.h>
#include <device/pci_def.h>
-#include <device/pnp_def.h>
#include <superio/nuvoton/npcd378/npcd378.h>
#include <superio/nuvoton/common/nuvoton.h>
#include <northbridge/intel/sandybridge/sandybridge.h>