diff options
Diffstat (limited to 'kernel/power/autosleep.c')
-rw-r--r-- | kernel/power/autosleep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/power/autosleep.c b/kernel/power/autosleep.c index 9af5a50d3489..865df641b97c 100644 --- a/kernel/power/autosleep.c +++ b/kernel/power/autosleep.c @@ -9,7 +9,6 @@ #include <linux/device.h> #include <linux/mutex.h> -#include <linux/pm_wakeup.h> #include "power.h" @@ -54,7 +53,7 @@ static void try_to_suspend(struct work_struct *work) goto out; /* - * If the wakeup occured for an unknown reason, wait to prevent the + * If the wakeup occurred for an unknown reason, wait to prevent the * system from trying to suspend and waking up in a tight loop. */ if (final_count == initial_count) |