summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/mahogany/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/mahogany/fadt.c
parente1822d9f2461b301c6f9efc6f5131849a68f9fc7 (diff)
downloadcoreboot-staging-e3fb1c2531573ca246221167156721e40c3ef47c.zip
coreboot-staging-e3fb1c2531573ca246221167156721e40c3ef47c.tar.gz
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/mahogany/fadt.c')
-rw-r--r--src/mainboard/amd/mahogany/fadt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/mahogany/fadt.c b/src/mainboard/amd/mahogany/fadt.c
index 962273b..0f95aac 100644
--- a/src/mainboard/amd/mahogany/fadt.c
+++ b/src/mainboard/amd/mahogany/fadt.c
@@ -26,7 +26,7 @@
#include <arch/acpi.h>
#include <arch/io.h>
#include <device/device.h>
-#include <../southbridge/amd/sb700/sb700.h>
+#include "../../../southbridge/amd/sb700/sb700.h"
/*extern*/ u16 pm_base = 0x800;
/* pm_base should be set in sb acpi */
OpenPOWER on IntegriCloud