diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-02-05 08:24:00 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-07 08:53:07 +0000 |
commit | 0c152cf1bbc3673d80f255fcc102d5784e0974c1 (patch) | |
tree | 70b0b350512a03931763dc94749c54afad84b830 /src/mainboard/hp | |
parent | a08765d2871b891c8da2e8686a0db35b320c96b0 (diff) |
src: Remove unused include device/pnp_def.h
Change-Id: Ibb7ce42588510dc5ffb04c950c4c8c64e9a2fa37
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/31238
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r-- | src/mainboard/hp/abm/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/hp/compaq_8200_elite_sff/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/hp/dl165_g6_fam10/romstage.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/hp/abm/romstage.c b/src/mainboard/hp/abm/romstage.c index 88ba01a29c..6b5410357b 100644 --- a/src/mainboard/hp/abm/romstage.c +++ b/src/mainboard/hp/abm/romstage.c @@ -15,7 +15,6 @@ */ #include <arch/io.h> -#include <device/pnp_def.h> #include <northbridge/amd/agesa/state_machine.h> #include <southbridge/amd/agesa/hudson/hudson.h> #include <superio/nuvoton/common/nuvoton.h> diff --git a/src/mainboard/hp/compaq_8200_elite_sff/romstage.c b/src/mainboard/hp/compaq_8200_elite_sff/romstage.c index 2197f2d6fa..49bce1c634 100644 --- a/src/mainboard/hp/compaq_8200_elite_sff/romstage.c +++ b/src/mainboard/hp/compaq_8200_elite_sff/romstage.c @@ -20,7 +20,6 @@ #include <arch/byteorder.h> #include <arch/io.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> diff --git a/src/mainboard/hp/dl165_g6_fam10/romstage.c b/src/mainboard/hp/dl165_g6_fam10/romstage.c index 6554eb1be2..bfbb519072 100644 --- a/src/mainboard/hp/dl165_g6_fam10/romstage.c +++ b/src/mainboard/hp/dl165_g6_fam10/romstage.c @@ -29,7 +29,6 @@ #include <device/pci_def.h> #include <arch/io.h> #include <arch/cpu.h> -#include <device/pnp_def.h> #include <cpu/x86/lapic.h> #include "option_table.h" #include <console/console.h> |