Skip to content

Commit

Permalink
ARM: ks8695: delete resume hook from timer
Browse files Browse the repository at this point in the history
This system does not support suspend/resume so let's skip this
hook altogether.

Tested-by: Greg Ungerer <gerg@snapgear.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Sep 5, 2012
1 parent 487748c commit d7dda98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-ks8695/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ static void __init ks8695_timer_init (void)
struct sys_timer ks8695_timer = {
.init = ks8695_timer_init,
.offset = ks8695_gettimeoffset,
.resume = ks8695_timer_setup,
};

void ks8695_restart(char mode, const char *cmd)
Expand Down

0 comments on commit d7dda98

Please sign in to comment.