From 4c72d3612b194fe0c85575fc3445729650f77ecf Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 28 Jul 2016 16:50:48 -0600 Subject: Remove extra newlines from the end of all coreboot files. This removes the newlines from all files found by the new int-015-final-newlines script. Change-Id: I65b6d5b403fe3fa30b7ac11958cc0f9880704ed7 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/15975 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel --- src/soc/intel/apollolake/acpi/northbridge.asl | 1 - src/soc/intel/apollolake/pmc.c | 2 -- src/soc/intel/apollolake/smi.c | 1 - 3 files changed, 4 deletions(-) (limited to 'src/soc/intel/apollolake') diff --git a/src/soc/intel/apollolake/acpi/northbridge.asl b/src/soc/intel/apollolake/acpi/northbridge.asl index a73a8a96bd..919026aae5 100644 --- a/src/soc/intel/apollolake/acpi/northbridge.asl +++ b/src/soc/intel/apollolake/acpi/northbridge.asl @@ -130,4 +130,3 @@ Method (_CRS, 0, Serialized) Return (MCRS) } - diff --git a/src/soc/intel/apollolake/pmc.c b/src/soc/intel/apollolake/pmc.c index 94040c3650..9d1be5c709 100644 --- a/src/soc/intel/apollolake/pmc.c +++ b/src/soc/intel/apollolake/pmc.c @@ -137,5 +137,3 @@ static const struct pci_driver pmc __pci_driver = { .vendor = PCI_VENDOR_ID_INTEL, .device = PCI_DEVICE_ID_APOLLOLAKE_PMC, }; - - diff --git a/src/soc/intel/apollolake/smi.c b/src/soc/intel/apollolake/smi.c index 29bab55a12..4f151feb2a 100644 --- a/src/soc/intel/apollolake/smi.c +++ b/src/soc/intel/apollolake/smi.c @@ -85,4 +85,3 @@ void smm_setup_structures(void *gnvs, void *tcg, void *smi1) "d" (APM_CNT) ); } - -- cgit v1.2.3