summaryrefslogtreecommitdiff
path: root/drivers/base
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-17 16:33:47 +0530
commit9a326f6c084b089765ed8ee903b76a5e8251b0b3 (patch)
treeef9ed72ae5045555894add961f6c6912d6ab23c9 /drivers/base
parent287d9d0efbd378dc0d7919bc9820737c869f5c0b (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>
Diffstat (limited to 'drivers/base')
-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"