Hi, On Thursday 22 January 2009, Stephen Rothwell wrote: > Hi Bart, > > Today's linux-next build (powerpc ppc64_defconfig) failed like this: > > drivers/ide/ide-eh.c: In function 'do_reset1': > drivers/ide/ide-eh.c:341: error: implicit declaration of function 'ndelay' > > The immediate cause is commit 891ac63a7b4e11f13cfdbef59c77d489edd8e0ba > ("ide: move error handling code to ide-eh.c"). > > I have dropped the ide tree for today. Yeah, ide-eh.c should explicitly include <linux/delay.h> (on x86 it gets pulled indirectly so I haven't noticed it). Should be fixed now. Thanks, Bart -- 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