summaryrefslogtreecommitdiffstats
path: root/src/mainboard/technexion/tim5690/fadt.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-09-25 16:17:20 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-09-25 16:17:20 +0000
commit5df4168db81d6a113922af66034c6e32f85adb08 (patch)
tree5860f77adde8f9b70f6809215e84e0e65dff38d3 /src/mainboard/technexion/tim5690/fadt.c
parentf14c9194ff6a0036f2ebec492670dd23a55493d2 (diff)
downloadcoreboot-staging-5df4168db81d6a113922af66034c6e32f85adb08.zip
coreboot-staging-5df4168db81d6a113922af66034c6e32f85adb08.tar.gz
Drop some useless "../../../" in #includes (trivial).
Build-tested using abuild. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5844 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technexion/tim5690/fadt.c')
-rw-r--r--src/mainboard/technexion/tim5690/fadt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/technexion/tim5690/fadt.c b/src/mainboard/technexion/tim5690/fadt.c
index 11070ea..3508a38 100644
--- a/src/mainboard/technexion/tim5690/fadt.c
+++ b/src/mainboard/technexion/tim5690/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 */
OpenPOWER on IntegriCloud