* linux-next: suspend tree build failure
@ 2009-10-08 4:30 Stephen Rothwell
2009-10-08 9:21 ` [PATCH suspend-2.6#linux-next] PM / freezer: add missing include Tejun Heo
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2009-10-08 4:30 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: linux-next, linux-kernel, Tejun Heo
[-- Attachment #1: Type: text/plain, Size: 477 bytes --]
Hi Rafael,
Today's linux-next build (powerpc allyesconfig) failed like this:
kernel/power/process.c: In function 'try_to_freeze_tasks':
kernel/power/process.c:72: error: implicit declaration of function 'msleep'
Caused by commit a48145a7cbf3b0555ba3ad61aaf2c38719bab95d ("PM / freezer:
Don't get over-anxious while waiting") which I have reverted for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH suspend-2.6#linux-next] PM / freezer: add missing include
2009-10-08 4:30 linux-next: suspend tree build failure Stephen Rothwell
@ 2009-10-08 9:21 ` Tejun Heo
2009-10-08 20:51 ` Rafael J. Wysocki
0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2009-10-08 9:21 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Rafael J. Wysocki, linux-next, linux-kernel
Fix compile failure caused by a48145a7cbf3b0555ba3ad61aaf2c38719bab95d
forgetting to include delay.h.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH suspend-2.6#linux-next] PM / freezer: add missing include
2009-10-08 9:21 ` [PATCH suspend-2.6#linux-next] PM / freezer: add missing include Tejun Heo
@ 2009-10-08 20:51 ` Rafael J. Wysocki
0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2009-10-08 20:51 UTC (permalink / raw)
To: Tejun Heo; +Cc: Stephen Rothwell, linux-next, linux-kernel
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@kernel.org>
> Reported-by: Stephen Rothwell <sfr@canb.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
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-08 20:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-08 4:30 linux-next: suspend tree build failure Stephen Rothwell
2009-10-08 9:21 ` [PATCH suspend-2.6#linux-next] PM / freezer: add missing include Tejun Heo
2009-10-08 20:51 ` Rafael J. Wysocki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).