summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/pistachio/fadt.c
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2010-07-26 21:45:11 +0000
committerMyles Watson <mylesgw@gmail.com>2010-07-26 21:45:11 +0000
commite3fb1c2531573ca246221167156721e40c3ef47c (patch)
tree8e28728660f892f94a3c2f51bc7b1bb1581859b1 /src/mainboard/amd/pistachio/fadt.c
parente1822d9f2461b301c6f9efc6f5131849a68f9fc7 (diff)
downloadcoreboot-e3fb1c2531573ca246221167156721e40c3ef47c.tar.xz
Make include paths more consistent. Fixes compilation errors for me.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Nils Jacobs <njacobs8@hetnet.nl> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5668 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/pistachio/fadt.c')
-rw-r--r--src/mainboard/amd/pistachio/fadt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/pistachio/fadt.c b/src/mainboard/amd/pistachio/fadt.c
index 5d28790b4d..11070ead95 100644
--- a/src/mainboard/amd/pistachio/fadt.c
+++ b/src/mainboard/amd/pistachio/fadt.c
@@ -26,7 +26,7 @@
#include <arch/acpi.h>
#include <arch/io.h>
#include <device/device.h>
-#include <../southbridge/amd/sb600/sb600.h>
+#include "../../../southbridge/amd/sb600/sb600.h"
/*extern*/ u16 pm_base = 0x800;
/* pm_base should be set in sb acpi */