summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p3b-f/romstage.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-13 09:05:43 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-19 04:36:23 +0000
commit4b463c71c04684476de83673182d8830c04efc4c (patch)
tree90a1067e5f5d78ede5350acfb8e3da87af8c37a1 /src/mainboard/asus/p3b-f/romstage.c
parentaa57187f8220734dea52a6155361c1c7f9cadb2d (diff)
downloadcoreboot-4b463c71c04684476de83673182d8830c04efc4c.tar.xz
mb/*/{BiosCallOuts,mainboard,romstage}.c: Remove unused <device/pci_{def,ops}.h>
Change-Id: I4dcdcb734e20830ac97d4a826de61017afc6ee67 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37688 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/asus/p3b-f/romstage.c')
-rw-r--r--src/mainboard/asus/p3b-f/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/p3b-f/romstage.c b/src/mainboard/asus/p3b-f/romstage.c
index 8fc135d1c8..e9630bfdb0 100644
--- a/src/mainboard/asus/p3b-f/romstage.c
+++ b/src/mainboard/asus/p3b-f/romstage.c
@@ -15,7 +15,6 @@
*/
#include <arch/io.h>
-#include <device/pci_def.h>
#include <console/console.h>
#include <southbridge/intel/i82371eb/i82371eb.h>
#include <northbridge/intel/i440bx/raminit.h>