summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2016-05-17 16:06:17 +0530
committerAmit Pundir <amit.pundir@linaro.org>2016-05-19 12:35:13 +0530
commitaacf3ae2a6caae8dfc7d4a41a9f537674613831c (patch)
tree4cb2a65ed97f61082203e1c856ea31a7741ac0e7
parentde5723c8a64e7f7a69662b75d4a789a6e5307dd4 (diff)
Revert "drivers: power: use 'current' instead of 'get_current()'"
This reverts commit e1b5d103894d097fb630aebc3c1fdaf257f7c9bb. This patch fixed the aosp commit ad86cc8ad632 (drivers: power: Add watchdog timer to catch drivers which lockup during suspend.), which we dropped in Change Id Ic72a87432e27844155467817600adc6cf0c2209c, so we no longer need this fix. A part of this patch is already reverted in above mentioned Change Id. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--drivers/base/power/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c
index 2f7a6e1b568c..5ea529165362 100644
--- a/drivers/base/power/main.c
+++ b/drivers/base/power/main.c
@@ -35,8 +35,6 @@
#include <linux/timer.h>
#include <linux/wakeup_reason.h>
-#include <asm/current.h>
-
#include "../base.h"
#include "power.h"