Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a326f6c authored by Amit Pundir's avatar Amit Pundir
Browse files

Revert "drivers: power: use 'current' instead of 'get_current()'"



This reverts commit e1b5d103.

This patch fixed the aosp commit ad86cc8a (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: default avatarAmit Pundir <amit.pundir@linaro.org>
parent 287d9d0e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@
#include <linux/timer.h>
#include <linux/wakeup_reason.h>

#include <asm/current.h>

#include "../base.h"
#include "power.h"