diff options
Diffstat (limited to 'src/southbridge/via')
-rw-r--r-- | src/southbridge/via/vt8235/early_smbus.c | 1 | ||||
-rw-r--r-- | src/southbridge/via/vt8235/usb.c | 1 | ||||
-rw-r--r-- | src/southbridge/via/vt8237r/nvs.h | 1 | ||||
-rw-r--r-- | src/southbridge/via/vt82c686/early_serial.c | 1 | ||||
-rw-r--r-- | src/southbridge/via/vt82c686/vt82c686.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/southbridge/via/vt8235/early_smbus.c b/src/southbridge/via/vt8235/early_smbus.c index d091099fdb..96da2fab59 100644 --- a/src/southbridge/via/vt8235/early_smbus.c +++ b/src/southbridge/via/vt8235/early_smbus.c @@ -246,4 +246,3 @@ int smbus_read_byte(unsigned device, unsigned address, unsigned char *result) #endif - diff --git a/src/southbridge/via/vt8235/usb.c b/src/southbridge/via/vt8235/usb.c index c712136c72..d684968a31 100644 --- a/src/southbridge/via/vt8235/usb.c +++ b/src/southbridge/via/vt8235/usb.c @@ -41,4 +41,3 @@ static const struct pci_driver northbridge_driver __pci_driver = { .vendor = PCI_VENDOR_ID_VIA, .device = PCI_DEVICE_ID_VIA_82C586_2, }; - diff --git a/src/southbridge/via/vt8237r/nvs.h b/src/southbridge/via/vt8237r/nvs.h index e8a0084c9f..d2aab34173 100644 --- a/src/southbridge/via/vt8237r/nvs.h +++ b/src/southbridge/via/vt8237r/nvs.h @@ -43,4 +43,3 @@ typedef struct { u8 pcp1; /* 0x2b - PDC CPU/CORE 1 */ u8 ppcm; /* 0x2c - Max. PPC state */ } __attribute__((packed)) global_nvs_t; - 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. */ } - diff --git a/src/southbridge/via/vt82c686/vt82c686.h b/src/southbridge/via/vt82c686/vt82c686.h index b0642f723e..7d2ac5274a 100644 --- a/src/southbridge/via/vt82c686/vt82c686.h +++ b/src/southbridge/via/vt82c686/vt82c686.h @@ -53,4 +53,3 @@ PCI_DEVICE_ID_VIA_82C686_4 0x3057 // Function 4, Power Management PCI_DEVICE_ID_VIA_82C686_5 0x3058 // Function 5, AC'97 Codec PCI_DEVICE_ID_VIA_82C686_6 0x3068 // Function 6, MC'97 Codec */ - |