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/biostar | |
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/biostar')
-rw-r--r-- | src/mainboard/biostar/a68n_5200/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/biostar/am1ml/romstage.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/biostar/a68n_5200/romstage.c b/src/mainboard/biostar/a68n_5200/romstage.c index 17326c29d4..f587257408 100644 --- a/src/mainboard/biostar/a68n_5200/romstage.c +++ b/src/mainboard/biostar/a68n_5200/romstage.c @@ -19,7 +19,6 @@ #include <string.h> #include <device/pci_def.h> #include <arch/io.h> -#include <device/pnp_def.h> #include <commonlib/loglevel.h> #include <northbridge/amd/agesa/state_machine.h> #include <southbridge/amd/agesa/hudson/hudson.h> diff --git a/src/mainboard/biostar/am1ml/romstage.c b/src/mainboard/biostar/am1ml/romstage.c index 20518847ce..94d2abe045 100644 --- a/src/mainboard/biostar/am1ml/romstage.c +++ b/src/mainboard/biostar/am1ml/romstage.c @@ -15,7 +15,6 @@ */ #include <arch/io.h> -#include <device/pnp_def.h> #include <console/console.h> #include <commonlib/loglevel.h> #include <northbridge/amd/agesa/state_machine.h> |