summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-11-09 15:41:27 -0800
committerMartin Roth <martinroth@google.com>2015-11-17 16:46:49 +0100
commit0dc6a1e8987597ce234f2a4f54932219cd5e2480 (patch)
treed3e8bf36c8540ad0dfc01e7415027dd915429451
parent90ca3412ff585630a2ce0d1a57b8f0f7afb681ba (diff)
downloadcoreboot-0dc6a1e8987597ce234f2a4f54932219cd5e2480.tar.gz
coreboot-0dc6a1e8987597ce234f2a4f54932219cd5e2480.tar.bz2
coreboot-0dc6a1e8987597ce234f2a4f54932219cd5e2480.zip
northbridge/intel/fsp_sandybridge: remove blank line
Remove a blank line introduced in commit 31f4d00c (northbridge/intel: Add i89xx header file) Change-Id: I27dadb27ad041f48520709ef499bde380c58265b Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: http://review.coreboot.org/12387 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins)
-rw-r--r--src/northbridge/intel/fsp_sandybridge/report_platform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/fsp_sandybridge/report_platform.c b/src/northbridge/intel/fsp_sandybridge/report_platform.c
index 004b57e0041f..60a3e00e4fbb 100644
--- a/src/northbridge/intel/fsp_sandybridge/report_platform.c
+++ b/src/northbridge/intel/fsp_sandybridge/report_platform.c
@@ -18,7 +18,6 @@
#include <arch/cpu.h>
#include <string.h>
-
#if IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_FSP_BD82X6X)
#include <southbridge/intel/fsp_bd82x6x/pch.h>
#elif IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_FSP_I89XX)