diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-12 18:01:00 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-10-13 13:50:06 +0000 |
commit | 457750283aab395fcfc45ebbbc75ea0748aba576 (patch) | |
tree | 285c34a9d29bf6893bf33878a65faccd56c2a900 | |
parent | 2ea4efeefa72fc31934b0e4e27a80f9d81ddd961 (diff) | |
download | coreboot-457750283aab395fcfc45ebbbc75ea0748aba576.tar.xz |
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>
-rw-r--r-- | src/mainboard/hp/z220_sff_workstation/romstage.c | 1 |
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> |