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

Commit d7dda987 authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: ks8695: delete resume hook from timer



This system does not support suspend/resume so let's skip this
hook altogether.

Tested-by: default avatarGreg Ungerer <gerg@snapgear.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 487748ca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)