Revert "x86, numaq: add pci_acpi_scan_root() stub"
[deliverable/linux.git] / arch / x86 / kernel / numaq_32.c
index 992f53cb79b6e63ca5c64d66dae428d4217b4882..e65281b1634b790bd151c479fc96f3846febe87d 100644 (file)
@@ -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
This page took 0.024114 seconds and 5 git commands to generate.