diff options
author | Martin Roth <martinroth@google.com> | 2015-11-09 15:41:27 -0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-11-17 16:46:49 +0100 |
commit | 0dc6a1e8987597ce234f2a4f54932219cd5e2480 (patch) | |
tree | d3e8bf36c8540ad0dfc01e7415027dd915429451 /src/northbridge | |
parent | 90ca3412ff585630a2ce0d1a57b8f0f7afb681ba (diff) |
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)
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/fsp_sandybridge/report_platform.c | 1 |
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 004b57e004..60a3e00e4f 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) |