The patch titled fix pciehp compile issue when CONFIG_ACPI is not enabled has been added to the -mm tree. Its filename is fix-pciehp-compile-issue-when-config_acpi-is-not.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Kristen Accardi <kristen.c.accardi@xxxxxxxxx> Fix build error when CONFIG_ACPI not defined Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@xxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/pci-acpi.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/pci-acpi.h~fix-pciehp-compile-issue-when-config_acpi-is-not include/linux/pci-acpi.h --- devel/include/linux/pci-acpi.h~fix-pciehp-compile-issue-when-config_acpi-is-not 2006-05-13 08:30:45.000000000 -0700 +++ devel-akpm/include/linux/pci-acpi.h 2006-05-13 08:30:45.000000000 -0700 @@ -50,7 +50,7 @@ extern acpi_status pci_osc_control_set(acpi_handle handle, u32 flags); extern acpi_status pci_osc_support_set(u32 flags); #else -#if !defined(acpi_status) +#if !defined(AE_ERROR) typedef u32 acpi_status; #define AE_ERROR (acpi_status) (0x0001) #endif _ Patches currently in -mm which might be from kristen.c.accardi@xxxxxxxxx are acpi-dock-driver.patch acpi-dock-driver-v3.patch acpi-dock-driver-v4.patch acpiphp-use-new-dock-driver.patch acpiphp-use-new-dock-driver-v2.patch acpiphp-prevent-duplicate-slot-numbers-when-no-_sun.patch fix-pciehp-compile-issue-when-config_acpi-is-not.patch fix-recovery-path-from-errors-during-pcie_init.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