From: Tejun Heo <tj@kernel.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>,
linux-next@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH suspend-2.6#linux-next] PM / freezer: add missing include
Date: Thu, 08 Oct 2009 18:21:28 +0900 [thread overview]
Message-ID: <4ACDAF18.2030705@kernel.org> (raw)
In-Reply-To: <20091008153051.37f043fa.sfr@canb.auug.org.au>
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
next prev parent reply other threads:[~2009-10-08 9:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-08 4:30 linux-next: suspend tree build failure Stephen Rothwell
2009-10-08 9:21 ` Tejun Heo [this message]
2009-10-08 20:51 ` [PATCH suspend-2.6#linux-next] PM / freezer: add missing include Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ACDAF18.2030705@kernel.org \
--to=tj@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=rjw@sisk.pl \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).