From 264d265d9c0f9f6c157fcc12d28b238849d25293 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 7 Jul 2014 23:54:15 +1000 Subject: southbridge: Trivial - drop trailing blank lines at EOF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5484ebb665453777cc3b2561be6e50c787f1a257 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6209 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/southbridge/via/vt8235/early_smbus.c | 1 - src/southbridge/via/vt8235/usb.c | 1 - src/southbridge/via/vt8237r/nvs.h | 1 - src/southbridge/via/vt82c686/early_serial.c | 1 - src/southbridge/via/vt82c686/vt82c686.h | 1 - 5 files changed, 5 deletions(-) (limited to 'src/southbridge/via') 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 */ - -- cgit v1.2.3