aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-06-09 11:59:30 +0200
committerIngo Molnar <mingo@elte.hu>2008-06-10 11:33:01 +0200
commit4e78c91abe1a40b905611100a593be62784ba355 (patch)
tree339317c1fc39948f55069d4dc837800c7be59161
parent471b3c1b011f807d16f1e19d1d4ecf703f1e7d1a (diff)
Revert "x86, numaq: add pci_acpi_scan_root() stub"
This reverts commit f3294690979634ee10398bb0beadfe1d4edb881d. That bug will be fixed in a better way via: x86: make generic arch support NUMAQ
-rw-r--r--arch/x86/kernel/numaq_32.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/x86/kernel/numaq_32.c b/arch/x86/kernel/numaq_32.c
index 992f53cb79b..e65281b1634 100644
--- a/arch/x86/kernel/numaq_32.c
+++ b/arch/x86/kernel/numaq_32.c
@@ -87,14 +87,3 @@ static int __init numaq_tsc_disable(void)
return 0;
}
arch_initcall(numaq_tsc_disable);
-
-#ifdef CONFIG_ACPI
-/*
- * Dummy implementation:
- */
-struct pci_bus * __devinit
-pci_acpi_scan_root(struct acpi_device *device, int domain, int busnum)
-{
- return NULL;
-}
-#endif