summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kernel/power/earlysuspend.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/power/earlysuspend.c b/kernel/power/earlysuspend.c
index 239f1da6e59f..84bed51dcdce 100644
--- a/kernel/power/earlysuspend.c
+++ b/kernel/power/earlysuspend.c
@@ -20,7 +20,6 @@
#include <linux/syscalls.h> /* sys_sync */
#include <linux/wakelock.h>
#include <linux/workqueue.h>
-#include <linux/delay.h>
#include "power.h"
@@ -94,7 +93,6 @@ static void early_suspend(struct work_struct *work)
if (debug_mask & DEBUG_SUSPEND)
pr_info("early_suspend: call handlers\n");
- msleep(1000);
list_for_each_entry(pos, &early_suspend_handlers, link) {
if (pos->suspend != NULL)
pos->suspend(pos);