summaryrefslogtreecommitdiffstats
path: root/src/mainboard/artecgroup/dbe61/mainboard.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/artecgroup/dbe61/mainboard.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/artecgroup/dbe61/mainboard.c')
-rw-r--r--src/mainboard/artecgroup/dbe61/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/artecgroup/dbe61/mainboard.c b/src/mainboard/artecgroup/dbe61/mainboard.c
index 59312dc..f49c215 100644
--- a/src/mainboard/artecgroup/dbe61/mainboard.c
+++ b/src/mainboard/artecgroup/dbe61/mainboard.c
@@ -25,7 +25,7 @@
#include <arch/io.h>
#include <cpu/x86/msr.h>
#include <cpu/amd/lxdef.h>
-#include "../../../southbridge/amd/cs5536/cs5536.h"
+#include "southbridge/amd/cs5536/cs5536.h"
#include "chip.h"
static void init_gpio(void)
OpenPOWER on IntegriCloud