The patch titled rpaphp build fix has been removed from the -mm tree. Its filename was rpaphp-build-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: rpaphp build fix From: Olaf Hering <olaf@xxxxxxxxx> Use grep as well as make during interface changes. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/pci/hotplug/rpaphp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/pci/hotplug/rpaphp.h~rpaphp-build-fix drivers/pci/hotplug/rpaphp.h --- a/drivers/pci/hotplug/rpaphp.h~rpaphp-build-fix +++ a/drivers/pci/hotplug/rpaphp.h @@ -28,7 +28,7 @@ #define _PPC64PHP_H #include <linux/pci.h> -#include "pci_hotplug.h" +#include <linux/pci_hotplug.h> #define DR_INDICATOR 9002 #define DR_ENTITY_SENSE 9003 _ Patches currently in -mm which might be from olaf@xxxxxxxxx are origin.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