Skip to content

Commit

Permalink
ARM: sched_clock: Remove unused needs_suspend member
Browse files Browse the repository at this point in the history
The needs_suspend member is unused now that we always do the
suspend/resume handling (see 6a4dae5 (ARM: 7565/1: sched: stop
sched_clock() during suspend, 2012-10-23)).

Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
  • Loading branch information
Stephen Boyd authored and John Stultz committed Jun 12, 2013
1 parent 11682a4 commit 5a9b585
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/kernel/sched_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5a9b585

Please sign in to comment.