From 52648623e03e6769ae73ef8ee999d671fb657d62 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 6 Jun 2015 19:48:25 +0200 Subject: Remove empty lines at end of file Used command line to remove empty lines at end of file: find . -type f -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \; Change-Id: I816ac9666b6dbb7c7e47843672f0d5cc499766a3 Signed-off-by: Elyes HAOUAS Reviewed-on: http://review.coreboot.org/10446 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- src/soc/intel/broadwell/acpi/irqlinks.asl | 1 - src/soc/intel/broadwell/acpi/pci_irqs.asl | 1 - src/soc/intel/broadwell/acpi/smbus.asl | 1 - src/soc/intel/broadwell/acpi/xhci.asl | 1 - src/soc/intel/broadwell/adsp.c | 1 - src/soc/intel/broadwell/bootblock/timestamp.inc | 1 - src/soc/intel/broadwell/microcode/microcode_blob.c | 1 - src/soc/intel/broadwell/romstage/cache_as_ram.inc | 1 - 8 files changed, 8 deletions(-) (limited to 'src/soc/intel/broadwell') diff --git a/src/soc/intel/broadwell/acpi/irqlinks.asl b/src/soc/intel/broadwell/acpi/irqlinks.asl index f84b5140cc..92b1801ce1 100644 --- a/src/soc/intel/broadwell/acpi/irqlinks.asl +++ b/src/soc/intel/broadwell/acpi/irqlinks.asl @@ -489,4 +489,3 @@ Device (LNKH) } } } - diff --git a/src/soc/intel/broadwell/acpi/pci_irqs.asl b/src/soc/intel/broadwell/acpi/pci_irqs.asl index f361f8edaa..ed28bab93b 100644 --- a/src/soc/intel/broadwell/acpi/pci_irqs.asl +++ b/src/soc/intel/broadwell/acpi/pci_irqs.asl @@ -86,4 +86,3 @@ Method(_PRT) }) } } - diff --git a/src/soc/intel/broadwell/acpi/smbus.asl b/src/soc/intel/broadwell/acpi/smbus.asl index e19aeff897..b16d1293c1 100644 --- a/src/soc/intel/broadwell/acpi/smbus.asl +++ b/src/soc/intel/broadwell/acpi/smbus.asl @@ -238,4 +238,3 @@ Device (SBUS) } #endif } - diff --git a/src/soc/intel/broadwell/acpi/xhci.asl b/src/soc/intel/broadwell/acpi/xhci.asl index e407b84b99..b373ce716e 100644 --- a/src/soc/intel/broadwell/acpi/xhci.asl +++ b/src/soc/intel/broadwell/acpi/xhci.asl @@ -368,4 +368,3 @@ Device (XHCI) Device (PRT6) { Name (_ADR, 6) } // USB Port 5 } } - diff --git a/src/soc/intel/broadwell/adsp.c b/src/soc/intel/broadwell/adsp.c index 6eb5bb31a8..ae8dc73684 100644 --- a/src/soc/intel/broadwell/adsp.c +++ b/src/soc/intel/broadwell/adsp.c @@ -164,4 +164,3 @@ static const struct pci_driver pch_adsp __pci_driver = { .vendor = PCI_VENDOR_ID_INTEL, .devices = pci_device_ids, }; - diff --git a/src/soc/intel/broadwell/bootblock/timestamp.inc b/src/soc/intel/broadwell/bootblock/timestamp.inc index f565775ed8..3db5c35c4d 100644 --- a/src/soc/intel/broadwell/bootblock/timestamp.inc +++ b/src/soc/intel/broadwell/bootblock/timestamp.inc @@ -16,4 +16,3 @@ stash_timestamp: /* Restore the BIST value to %eax */ movl %ebp, %eax - diff --git a/src/soc/intel/broadwell/microcode/microcode_blob.c b/src/soc/intel/broadwell/microcode/microcode_blob.c index 1df4a4fc89..412fedcba1 100644 --- a/src/soc/intel/broadwell/microcode/microcode_blob.c +++ b/src/soc/intel/broadwell/microcode/microcode_blob.c @@ -20,4 +20,3 @@ unsigned microcode[] = { #include "../../../../../3rdparty/blobs/soc/intel/broadwell/microcode_blob.h" }; - diff --git a/src/soc/intel/broadwell/romstage/cache_as_ram.inc b/src/soc/intel/broadwell/romstage/cache_as_ram.inc index 4f1fdb8cfc..ba90c25c72 100644 --- a/src/soc/intel/broadwell/romstage/cache_as_ram.inc +++ b/src/soc/intel/broadwell/romstage/cache_as_ram.inc @@ -338,4 +338,3 @@ mtrr_table: .word 0x20C, 0x20D, 0x20E, 0x20F .word 0x210, 0x211, 0x212, 0x213 mtrr_table_end: - -- cgit v1.2.3