aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/acpi_32.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 07:30:16 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:30:16 -0500
commit376ff0352c24a5fa47f1250dd60937b5a9077672 (patch)
tree7f5b8a260e2eb65eb9e71aa0639f7ef4825d4a40 /include/asm-x86/acpi_32.h
parent63fefb7d5bac6e65b5df2b7eb4aa56bb4bbadd48 (diff)
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 'include/asm-x86/acpi_32.h')
-rw-r--r--include/asm-x86/acpi_32.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/acpi_32.h b/include/asm-x86/acpi_32.h
index 723493e6c851..3cce5a0f2d9c 100644
--- a/include/asm-x86/acpi_32.h
+++ b/include/asm-x86/acpi_32.h
@@ -81,8 +81,6 @@ int __acpi_release_global_lock(unsigned int *lock);
81 :"=r"(n_hi), "=r"(n_lo) \ 81 :"=r"(n_hi), "=r"(n_lo) \
82 :"0"(n_hi), "1"(n_lo)) 82 :"0"(n_hi), "1"(n_lo))
83 83
84extern void early_quirks(void);
85
86#ifdef CONFIG_ACPI 84#ifdef CONFIG_ACPI
87extern int acpi_lapic; 85extern int acpi_lapic;
88extern int acpi_ioapic; 86extern int acpi_ioapic;