Peter Hüwe wrote: > From: Peter Huewe <peterhuewe@xxxxxx> > > This patch adds a missing include linux/delay.h to prevent > build failures[1-5] > > Signed-off-by: Peter Huewe <peterhuewe@xxxxxx> > --- > Forwarded to linux-next mailing list - > breakage still exists in linux-next of 20100514 - please apply > > KernelVersion: linux-next-20100505 Sorry for not answer earlier. I was traveling. Anyway, this patch got applied on May, 12: http://git.kernel.org/?p=linux/kernel/git/mchehab/linux-next.git;a=commitdiff;h=4ace7aa2998b2974948f1948a61a5d348ddae472 > > References: > [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/ > [2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/ > [3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/ > [4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/ > [5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/ > > drivers/media/IR/rc-map.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c > index caf6a27..46a8f15 100644 > --- a/drivers/media/IR/rc-map.c > +++ b/drivers/media/IR/rc-map.c > @@ -14,6 +14,7 @@ > > #include <media/ir-core.h> > #include <linux/spinlock.h> > +#include <linux/delay.h> > > /* Used to handle IR raw handler extensions */ > static LIST_HEAD(rc_map_list); -- Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html