From 3e77eb6d1e0a3ff9c0a32504a5221dc57b10506c Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 22 Nov 2012 10:39:16 +0100 Subject: x86emu: Move realmode handler into own directory It's really a feature in parallel to YABEL/x86emu. Reflect this in the directory structure. Change-Id: Ie88e4fa6bfef13d23c55b2db3faacbd90f8cc30b Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/1889 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/northbridge/via/cx700/vga.c | 2 +- src/northbridge/via/vt8623/vga.c | 2 +- src/northbridge/via/vx800/vga.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/northbridge/via') diff --git a/src/northbridge/via/cx700/vga.c b/src/northbridge/via/cx700/vga.c index c6bf72ea8f..4acad7e852 100644 --- a/src/northbridge/via/cx700/vga.c +++ b/src/northbridge/via/cx700/vga.c @@ -32,7 +32,7 @@ #include #include "registers.h" #if CONFIG_PCI_OPTION_ROM_RUN_REALMODE -#include +#include #endif /* PCI Domain 1 Device 0 Function 0 */ diff --git a/src/northbridge/via/vt8623/vga.c b/src/northbridge/via/vt8623/vga.c index dffe7cb1ff..fea691ebc2 100644 --- a/src/northbridge/via/vt8623/vga.c +++ b/src/northbridge/via/vt8623/vga.c @@ -31,7 +31,7 @@ #include #include #if CONFIG_PCI_OPTION_ROM_RUN_REALMODE -#include +#include #endif static int via_vt8623_int15_handler(struct eregs *regs) diff --git a/src/northbridge/via/vx800/vga.c b/src/northbridge/via/vx800/vga.c index c3ae224898..d91ad9fea3 100644 --- a/src/northbridge/via/vx800/vga.c +++ b/src/northbridge/via/vx800/vga.c @@ -34,7 +34,7 @@ #include #include #if CONFIG_PCI_OPTION_ROM_RUN_REALMODE -#include +#include #endif /* PCI Domain 1 Device 0 Function 0 */ -- cgit v1.2.3