Change in coreboot[master]: mainboard: Remove unused 'include <x86emu/x86emu.h>
HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38119 ) Change subject: mainboard: Remove unused 'include <x86emu/x86emu.h> ...................................................................... mainboard: Remove unused 'include <x86emu/x86emu.h> Change-Id: I98908f07708206ca59a95139de938e5e6b743ec1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> --- M src/mainboard/google/link/mainboard.c M src/mainboard/google/rambi/mainboard.c M src/mainboard/kontron/ktqm77/mainboard.c 3 files changed, 0 insertions(+), 9 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/38119/1 diff --git a/src/mainboard/google/link/mainboard.c b/src/mainboard/google/link/mainboard.c index 5a812e8..751306d 100644 --- a/src/mainboard/google/link/mainboard.c +++ b/src/mainboard/google/link/mainboard.c @@ -18,9 +18,6 @@ #include <device/device.h> #include <device/pci_ops.h> #include <console/console.h> -#if CONFIG(VGA_ROM_RUN) -#include <x86emu/x86emu.h> -#endif #include <arch/acpi.h> #include <arch/io.h> #include <arch/interrupt.h> diff --git a/src/mainboard/google/rambi/mainboard.c b/src/mainboard/google/rambi/mainboard.c index d4e38d0..fa7889e 100644 --- a/src/mainboard/google/rambi/mainboard.c +++ b/src/mainboard/google/rambi/mainboard.c @@ -17,9 +17,6 @@ #include <types.h> #include <device/device.h> #include <console/console.h> -#if CONFIG(VGA_ROM_RUN) -#include <x86emu/x86emu.h> -#endif #include <arch/acpi.h> #include <arch/interrupt.h> #include <smbios.h> diff --git a/src/mainboard/kontron/ktqm77/mainboard.c b/src/mainboard/kontron/ktqm77/mainboard.c index 50a7b6b..c1b3d17 100644 --- a/src/mainboard/kontron/ktqm77/mainboard.c +++ b/src/mainboard/kontron/ktqm77/mainboard.c @@ -19,9 +19,6 @@ #include <device/device.h> #include <device/pci_def.h> #include <console/console.h> -#if CONFIG(VGA_ROM_RUN) -#include <x86emu/x86emu.h> -#endif #include <pc80/mc146818rtc.h> #include <arch/interrupt.h> #include <southbridge/intel/bd82x6x/pch.h> -- To view, visit https://review.coreboot.org/c/coreboot/+/38119 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I98908f07708206ca59a95139de938e5e6b743ec1 Gerrit-Change-Number: 38119 Gerrit-PatchSet: 1 Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-MessageType: newchange
Hello build bot (Jenkins), I'd like you to reexamine a change. Please visit https://review.coreboot.org/c/coreboot/+/38119 to look at the new patch set (#2). Change subject: mainboard: Remove unused 'include <x86emu/x86emu.h> ...................................................................... mainboard: Remove unused 'include <x86emu/x86emu.h> Change-Id: I98908f07708206ca59a95139de938e5e6b743ec1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> --- M src/mainboard/google/link/mainboard.c M src/mainboard/google/rambi/mainboard.c M src/mainboard/kontron/ktqm77/mainboard.c 3 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/38119/2 -- To view, visit https://review.coreboot.org/c/coreboot/+/38119 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I98908f07708206ca59a95139de938e5e6b743ec1 Gerrit-Change-Number: 38119 Gerrit-PatchSet: 2 Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-MessageType: newpatchset
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/38119 ) Change subject: mainboard: Remove unused 'include <x86emu/x86emu.h> ...................................................................... Abandoned -- To view, visit https://review.coreboot.org/c/coreboot/+/38119 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I98908f07708206ca59a95139de938e5e6b743ec1 Gerrit-Change-Number: 38119 Gerrit-PatchSet: 2 Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net> Gerrit-MessageType: abandon
participants (1)
-
HAOUAS Elyes (Code Review)