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

Commit 5a9b5855 authored by Stephen Boyd's avatar Stephen Boyd Committed by John Stultz
Browse files

ARM: sched_clock: Remove unused needs_suspend member



The needs_suspend member is unused now that we always do the
suspend/resume handling (see 6a4dae5e (ARM: 7565/1: sched: stop
sched_clock() during suspend, 2012-10-23)).

Acked-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
parent 11682a41
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ struct clock_data {
	u32 mult;
	u32 shift;
	bool suspended;
	bool needs_suspend;
};

static void sched_clock_poll(unsigned long wrap_ticks);