aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt82c686/early_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/via/vt82c686/early_serial.c')
-rw-r--r--src/southbridge/via/vt82c686/early_serial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/via/vt82c686/early_serial.c b/src/southbridge/via/vt82c686/early_serial.c
index 70b6b545fc..55742a75ef 100644
--- a/src/southbridge/via/vt82c686/early_serial.c
+++ b/src/southbridge/via/vt82c686/early_serial.c
@@ -89,4 +89,3 @@ static void vt82c686_enable_serial(device_t dev, unsigned iobase)
reg = pci_read_config8(sbdev, 0x85);
pci_write_config8(sbdev, 0x85, reg & 0xfd); /* Clear bit 1. */
}
-