The patch titled Fix pciehp driver on non ACPI systems has been removed from the -mm tree. Its filename is fix-pciehp-driver-on-non-acpi-systems.patch This patch was dropped because it needs work ------------------------------------------------------ Subject: Fix pciehp driver on non ACPI systems From: Anton Blanchard <anton@xxxxxxxxx> Wrap some ACPI specific headers. ACPI hasnt taken over the whole world yet. Signed-off-by: Anton Blanchard <anton@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/pci/hotplug/pciehp_hpc.c | 4 ++++ 1 file changed, 4 insertions(+) diff -puN drivers/pci/hotplug/pciehp_hpc.c~fix-pciehp-driver-on-non-acpi-systems drivers/pci/hotplug/pciehp_hpc.c --- devel/drivers/pci/hotplug/pciehp_hpc.c~fix-pciehp-driver-on-non-acpi-systems 2006-06-01 20:38:48.000000000 -0700 +++ devel-akpm/drivers/pci/hotplug/pciehp_hpc.c 2006-06-01 20:38:48.000000000 -0700 @@ -38,10 +38,14 @@ #include "../pci.h" #include "pciehp.h" + +#ifdef CONFIG_ACPI #include <acpi/acpi.h> #include <acpi/acpi_bus.h> #include <acpi/actypes.h> #include <linux/pci-acpi.h> +#endif + #ifdef DEBUG #define DBG_K_TRACE_ENTRY ((unsigned int)0x00000001) /* On function entry */ #define DBG_K_TRACE_EXIT ((unsigned int)0x00000002) /* On function exit */ _ Patches currently in -mm which might be from anton@xxxxxxxxx are origin.patch powerpc-adding-the-use-of-the-firmware-soft-reset-nmi-to-kdump.patch fix-pciehp-driver-on-non-acpi-systems.patch link-error-when-futexes-are-disabled-on-64bit-architectures.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html