diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-06-09 09:59:30 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-10 09:33:01 (GMT) |
commit | 4e78c91abe1a40b905611100a593be62784ba355 (patch) | |
tree | 339317c1fc39948f55069d4dc837800c7be59161 /arch | |
parent | 471b3c1b011f807d16f1e19d1d4ecf703f1e7d1a (diff) | |
download | linux-fsl-qoriq-4e78c91abe1a40b905611100a593be62784ba355.tar.xz |
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
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/numaq_32.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/x86/kernel/numaq_32.c b/arch/x86/kernel/numaq_32.c index 992f53c..e65281b 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 |