aboutsummaryrefslogtreecommitdiff
path: root/util/autoport
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2019-01-16 21:24:59 +0100
committerFelix Held <felix-coreboot@felixheld.de>2019-01-18 20:47:37 +0000
commit1b252fc37a34a3e0143ffe4e2e5a33d520ca6f7e (patch)
treeb2414a69f2ea5fea601cdaeab88d8cbd7f039924 /util/autoport
parent6541956e97fe951ffc6ff5ab4a6c63475d56df34 (diff)
util/autoport: Fix include style
Change-Id: If0dfee38bd82b3c8e9b5173e520cb244787c0a9a Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/30970 Reviewed-by: Tristan Corrick <tristan@corrick.kiwi> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/autoport')
-rw-r--r--util/autoport/bd82x6x.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go
index 29b1c21aaa..408d407e67 100644
--- a/util/autoport/bd82x6x.go
+++ b/util/autoport/bd82x6x.go
@@ -313,9 +313,9 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) {
#include <cpu/x86/lapic.h>
#include <arch/acpi.h>
#include <console/console.h>
-#include "northbridge/intel/sandybridge/sandybridge.h"
-#include "northbridge/intel/sandybridge/raminit_native.h"
-#include "southbridge/intel/bd82x6x/pch.h"
+#include <northbridge/intel/sandybridge/sandybridge.h>
+#include <northbridge/intel/sandybridge/raminit_native.h>
+#include <southbridge/intel/bd82x6x/pch.h>
#include <southbridge/intel/common/gpio.h>
#include <arch/cpu.h>
#include <cpu/x86/msr.h>