summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup_64.c
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2008-06-06 12:01:13 +0200
committerIngo Molnar <mingo@elte.hu>2008-06-10 12:32:53 +0200
commit9e26d84273541a8c6c2efb705457ca8e6245fb73 (patch)
tree53e6adaf9721c482413e27c38282c15b7251c747 /arch/x86/kernel/setup_64.c
parentd44b9d17faf7bca165ce73a1acb936b65a3f0cc6 (diff)
fix build bug in "x86: add PCI extended config space access for AMD Barcelona"
Also much less code now. Signed-off-by: Robert Richter <robert.richter@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r--arch/x86/kernel/setup_64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c
index 215bd67e5b6c..25afdd80a3cf 100644
--- a/arch/x86/kernel/setup_64.c
+++ b/arch/x86/kernel/setup_64.c
@@ -73,8 +73,6 @@
#include <asm/pat.h>
#include <asm/mmconfig.h>
-#include "setup.h"
-
#include <mach_apic.h>
#ifdef CONFIG_PARAVIRT
#include <asm/paravirt.h>