diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-09-26 15:19:44 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-09-26 15:19:44 +0000 |
commit | ef077f2394c11c924644b4697e772eb8cf0e7c73 (patch) | |
tree | b0f398120eece77b17306f410d4ab34e3c8ff400 /src/cpu/amd/model_10xxx | |
parent | d6924e820fd7e1b461081de0ac9f820129769e79 (diff) | |
download | coreboot-ef077f2394c11c924644b4697e772eb8cf0e7c73.tar.xz |
drop some more unneeded ../../..
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5854 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/model_10xxx')
-rw-r--r-- | src/cpu/amd/model_10xxx/model_10xxx_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/model_10xxx/model_10xxx_init.c b/src/cpu/amd/model_10xxx/model_10xxx_init.c index a0e1f6fdbe..7fc3e277ab 100644 --- a/src/cpu/amd/model_10xxx/model_10xxx_init.c +++ b/src/cpu/amd/model_10xxx/model_10xxx_init.c @@ -28,7 +28,7 @@ #include <pc80/mc146818rtc.h> #include <cpu/x86/lapic.h> -#include "../../../northbridge/amd/amdfam10/amdfam10.h" +#include "northbridge/amd/amdfam10/amdfam10.h" #include <cpu/amd/model_10xxx_rev.h> #include <cpu/cpu.h> |