On Thursday 08 October 2009, Tejun Heo wrote: > Fix compile failure caused by a48145a7cbf3b0555ba3ad61aaf2c38719bab95d > forgetting to include delay.h. > > Signed-off-by: Tejun Heo <tj@xxxxxxxxxx> > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> I folded it into the original patch and pushed the updated tree. Thanks, Rafael > --- > kernel/power/process.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/kernel/power/process.c b/kernel/power/process.c > index 66161f0..5ade1bd 100644 > --- a/kernel/power/process.c > +++ b/kernel/power/process.c > @@ -14,6 +14,7 @@ > #include <linux/module.h> > #include <linux/syscalls.h> > #include <linux/freezer.h> > +#include <linux/delay.h> > > /* > * Timeout for stopping processes > > -- 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