[PATCH suspend-2.6#linux-next] PM / freezer: add missing include

From: Tejun Heo
Date: Thu Oct 08 2009 - 05:23:20 EST


Fix compile failure caused by a48145a7cbf3b0555ba3ad61aaf2c38719bab95d
forgetting to include delay.h.

Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>
Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/