The patch titled rpaphp build fix has been added to the -mm tree. Its filename is rpaphp-build-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 genirq-clean-up-irq-flow-type-naming-fix.patch rpaphp-build-fix.patch revert-mv643xx-add-pci-device-table-for-auto-module-loading.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