aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorCorey Osgood <corey.osgood@gmail.com>2008-12-19 05:53:30 +0000
committerCorey Osgood <corey.osgood@gmail.com>2008-12-19 05:53:30 +0000
commit734acd59823026055dfb46085d256bb74af57a82 (patch)
tree969d210a6aebb8b6862aad2e6d199c2bb3124fdc /src/northbridge
parent40e51fd95a671cde27f98766fedc6c3212ab1d7c (diff)
Fix breakage caused by r3822. I should have known not to touch the k8 stuff...
Signed-off-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Corey Osgood <corey.osgood@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3824 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/amd/amdk8/northbridge.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdk8/northbridge.c b/src/northbridge/amd/amdk8/northbridge.c
index afe18a1255..2c7c9813c2 100644
--- a/src/northbridge/amd/amdk8/northbridge.c
+++ b/src/northbridge/amd/amdk8/northbridge.c
@@ -16,7 +16,6 @@
#include <string.h>
#include <bitops.h>
#include <cpu/cpu.h>
-#include <cpu/amd/model_fxx_rev.h>
#include <cpu/x86/lapic.h>