The patch titled pciehp: make pciehp build for powerpc has been removed from the -mm tree. Its filename is pciehp-make-pciehp-build-for-powerpc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: pciehp: make pciehp build for powerpc From: Kristen Carlson Accardi <kristen.c.accardi@xxxxxxxxx> Make pciehp build on powerpc Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@xxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Cc: Anton Blanchard <anton@xxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/pci/hotplug/pciehp.h | 5 +++++ drivers/pci/hotplug/pciehp_hpc.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff -puN drivers/pci/hotplug/pciehp.h~pciehp-make-pciehp-build-for-powerpc drivers/pci/hotplug/pciehp.h --- a/drivers/pci/hotplug/pciehp.h~pciehp-make-pciehp-build-for-powerpc +++ a/drivers/pci/hotplug/pciehp.h @@ -279,6 +279,11 @@ struct hpc_ops { #ifdef CONFIG_ACPI +#include <acpi/acpi.h> +#include <acpi/acpi_bus.h> +#include <acpi/actypes.h> +#include <linux/pci-acpi.h> + #define pciehp_get_hp_hw_control_from_firmware(dev) \ pciehp_acpi_get_hp_hw_control_from_firmware(dev) static inline int pciehp_get_hp_params_from_firmware(struct pci_dev *dev, diff -puN drivers/pci/hotplug/pciehp_hpc.c~pciehp-make-pciehp-build-for-powerpc drivers/pci/hotplug/pciehp_hpc.c --- a/drivers/pci/hotplug/pciehp_hpc.c~pciehp-make-pciehp-build-for-powerpc +++ a/drivers/pci/hotplug/pciehp_hpc.c @@ -38,10 +38,6 @@ #include "../pci.h" #include "pciehp.h" -#include <acpi/acpi.h> -#include <acpi/acpi_bus.h> -#include <acpi/actypes.h> -#include <linux/pci-acpi.h> #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 kristen.c.accardi@xxxxxxxxx are pci-hotplug-acpiphp-fix-kconfig-for-dock-dependencies-2.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