aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx800/vga.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/vx800/vga.c')
-rw-r--r--src/northbridge/via/vx800/vga.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/via/vx800/vga.c b/src/northbridge/via/vx800/vga.c
index 7bdc3418f1..cd33770823 100644
--- a/src/northbridge/via/vx800/vga.c
+++ b/src/northbridge/via/vx800/vga.c
@@ -126,6 +126,7 @@ static int via_vx800_int15_handler(struct eregs *regs)
return res;
}
+#ifdef UNUSED_CODE
void write_protect_vgabios(void)
{
device_t dev;
@@ -141,6 +142,7 @@ void write_protect_vgabios(void)
//if(dev)
// pci_write_config8(dev, 0x61, 0xff); */
}
+#endif
extern u8 acpi_sleep_type;
static void vga_init(device_t dev)