Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e78c91a authored by Ingo Molnar's avatar Ingo Molnar
Browse files

Revert "x86, numaq: add pci_acpi_scan_root() stub"

This reverts commit f3294690.

That bug will be fixed in a better way via:

  x86: make generic arch support NUMAQ
parent 471b3c1b
Loading
Loading
Loading
Loading
+0 −11
Original line number Original line Diff line number Diff line
@@ -87,14 +87,3 @@ static int __init numaq_tsc_disable(void)
	return 0;
	return 0;
}
}
arch_initcall(numaq_tsc_disable);
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