[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200910082251.48381.rjw@sisk.pl>
Date: Thu, 8 Oct 2009 22:51:48 +0200
From: "Rafael J. Wysocki" <rjw@...k.pl>
To: Tejun Heo <tj@...nel.org>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH suspend-2.6#linux-next] PM / freezer: add missing include
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@...nel.org>
> Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists