aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-07-28 16:32:56 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2016-08-01 21:43:56 +0200
commitbb9722bd775d575401edff14a9b80406ecbd974a (patch)
tree7e16eb11f2681aeccbce658d4cac6a3510578528 /src/drivers
parent049b46270d63c47db75b27246555c904e42fe9e2 (diff)
Add newlines at the end of all coreboot files
Change-Id: I7930d5cded290f2605d0c92a9c465a3f0c1291a2 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/15974 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/intel/gma/Makefile.inc2
-rw-r--r--src/drivers/spi/tpm/Makefile.inc2
-rw-r--r--src/drivers/xgi/common/XGI_main.c2
-rw-r--r--src/drivers/xgi/common/xgi_coreboot.h2
-rw-r--r--src/drivers/xgi/z9s/Makefile.inc2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/drivers/intel/gma/Makefile.inc b/src/drivers/intel/gma/Makefile.inc
index 2ce83ebf9e..88b91f6a20 100644
--- a/src/drivers/intel/gma/Makefile.inc
+++ b/src/drivers/intel/gma/Makefile.inc
@@ -19,4 +19,4 @@ ramstage-$(CONFIG_INTEL_EDID) += edid.c vbt.c
ifeq ($(CONFIG_VGA_ROM_RUN),y)
ramstage-$(CONFIG_INTEL_INT15) += int15.c
endif
-ramstage-$(CONFIG_INTEL_GMA_ACPI) += acpi.c \ No newline at end of file
+ramstage-$(CONFIG_INTEL_GMA_ACPI) += acpi.c
diff --git a/src/drivers/spi/tpm/Makefile.inc b/src/drivers/spi/tpm/Makefile.inc
index 66118be1b9..7d1b390f08 100644
--- a/src/drivers/spi/tpm/Makefile.inc
+++ b/src/drivers/spi/tpm/Makefile.inc
@@ -4,4 +4,4 @@ ifneq ($(CONFIG_CHROMEOS),y)
bootblock-$(CONFIG_SPI_TPM) += tis.c tpm.c
romstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
ramstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
-endif \ No newline at end of file
+endif
diff --git a/src/drivers/xgi/common/XGI_main.c b/src/drivers/xgi/common/XGI_main.c
index 61bb63758f..8978607d04 100644
--- a/src/drivers/xgi/common/XGI_main.c
+++ b/src/drivers/xgi/common/XGI_main.c
@@ -864,4 +864,4 @@ static void XGIfb_post_setmode(struct xgifb_video_info *xgifb_info)
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/drivers/xgi/common/xgi_coreboot.h b/src/drivers/xgi/common/xgi_coreboot.h
index cfa9372a1f..57475d2450 100644
--- a/src/drivers/xgi/common/xgi_coreboot.h
+++ b/src/drivers/xgi/common/xgi_coreboot.h
@@ -284,4 +284,4 @@ void pci_set_drvdata(struct pci_dev *pdev, struct xgifb_video_info *data);
int xgifb_probe(struct pci_dev *pdev, struct xgifb_video_info *xgifb_info);
int xgifb_modeset(struct pci_dev *pdev, struct xgifb_video_info *xgifb_info);
-#endif \ No newline at end of file
+#endif
diff --git a/src/drivers/xgi/z9s/Makefile.inc b/src/drivers/xgi/z9s/Makefile.inc
index c7ee85c2a5..995543325f 100644
--- a/src/drivers/xgi/z9s/Makefile.inc
+++ b/src/drivers/xgi/z9s/Makefile.inc
@@ -1 +1 @@
-ramstage-$(CONFIG_DRIVERS_XGI_Z9S) += z9s.c \ No newline at end of file
+ramstage-$(CONFIG_DRIVERS_XGI_Z9S) += z9s.c