diff options
author | Patrick Rudolph <siro@das-labor.org> | 2018-11-11 12:48:34 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-11-12 14:07:12 +0000 |
commit | 7665aefb0ad216ee76307193b849834eac7b1f88 (patch) | |
tree | eb5f8a156016c76b316889396f897acf867ccc05 /src/mainboard/emulation/qemu-q35 | |
parent | b9d2589ca40026b543ecb5b008ce0d1bc346bf53 (diff) |
mb/emulation/qemu-i440fx|q35: Get rid of unused headers
Change-Id: I3cf0e4ef5b090d15ad823747fcf9219644e130fc
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/29577
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/emulation/qemu-q35')
-rw-r--r-- | src/mainboard/emulation/qemu-q35/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/emulation/qemu-q35/romstage.c | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/emulation/qemu-q35/mainboard.c b/src/mainboard/emulation/qemu-q35/mainboard.c index 354450b418..f89b0a88fe 100644 --- a/src/mainboard/emulation/qemu-q35/mainboard.c +++ b/src/mainboard/emulation/qemu-q35/mainboard.c @@ -19,7 +19,6 @@ #include <device/pci_ids.h> #include <device/pci_ops.h> #include <pc80/keyboard.h> -#include <arch/io.h> #include <drivers/intel/gma/i915.h> #define Q35_PAM0 0x90 diff --git a/src/mainboard/emulation/qemu-q35/romstage.c b/src/mainboard/emulation/qemu-q35/romstage.c index 846fcf312a..deb94af777 100644 --- a/src/mainboard/emulation/qemu-q35/romstage.c +++ b/src/mainboard/emulation/qemu-q35/romstage.c @@ -14,11 +14,6 @@ */ #include <stdint.h> -#include <device/pci_def.h> -#include <device/pci_ids.h> -#include <arch/io.h> -#include <device/pnp_def.h> -#include <pc80/mc146818rtc.h> #include <cbmem.h> #include <console/console.h> #include <southbridge/intel/i82801ix/i82801ix.h> |