diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 13:30:16 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:30:16 +0100 |
commit | 376ff0352c24a5fa47f1250dd60937b5a9077672 (patch) | |
tree | 7f5b8a260e2eb65eb9e71aa0639f7ef4825d4a40 /arch/x86/kernel/setup_64.c | |
parent | 63fefb7d5bac6e65b5df2b7eb4aa56bb4bbadd48 (diff) | |
download | kernel-crypto-376ff0352c24a5fa47f1250dd60937b5a9077672.tar.gz kernel-crypto-376ff0352c24a5fa47f1250dd60937b5a9077672.tar.xz kernel-crypto-376ff0352c24a5fa47f1250dd60937b5a9077672.zip |
x86: move acpi and pci declarations
Move acpi/pci related declarations to the correct headers
and remove the duplicate.
Build fix from: Andrew Morton
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index ec976edf039..97a497652d2 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c @@ -407,9 +407,7 @@ void __init setup_arch(char **cmdline_p) reserve_crashkernel(); paging_init(); -#ifdef CONFIG_PCI early_quirks(); -#endif /* * set this early, so we dont allocate cpu0 |