The patch titled drivers/staging/olpc_dcon/olpc_dcon_xo_1.c needs delay.h has been removed from the -mm tree. Its filename was drivers-staging-olpc_dcon-olpc_dcon_xo_1c-needs-delayh.patch This patch was dropped because an alternative patch was merged The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: drivers/staging/olpc_dcon/olpc_dcon_xo_1.c needs delay.h From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix build error, needs delay.h: drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:168: error: implicit declaration of function 'udelay' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Andres Salomon <dilinger@xxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/staging/olpc_dcon/olpc_dcon_xo_1.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/staging/olpc_dcon/olpc_dcon_xo_1.c~drivers-staging-olpc_dcon-olpc_dcon_xo_1c-needs-delayh drivers/staging/olpc_dcon/olpc_dcon_xo_1.c --- a/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c~drivers-staging-olpc_dcon-olpc_dcon_xo_1c-needs-delayh +++ a/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c @@ -11,6 +11,7 @@ * License as published by the Free Software Foundation. */ #include <linux/cs5535.h> +#include <linux/delay.h> #include <linux/gpio.h> #include <linux/delay.h> #include <asm/olpc.h> _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch linux-next.patch uml-fix-hppfs-build.patch drivers-leds-leds-pca9532c-add-gpio-capability.patch leds-route-kbd-leds-through-the-generic-leds-layer.patch drivers-scsi-megaraidc-fix-sparse-warnings.patch mutex-subsystem-synchro-test-module.patch mutex-subsystem-synchro-test-module-fix.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