Revert "x86, numaq: add pci_acpi_scan_root() stub"
This reverts commit f329469097
.
That bug will be fixed in a better way via:
x86: make generic arch support NUMAQ
This commit is contained in:
parent
471b3c1b01
commit
4e78c91abe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue