]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: ks8695: delete resume hook from timer
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 29 Aug 2012 18:27:12 +0000 (20:27 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 5 Sep 2012 06:49:04 +0000 (08:49 +0200)
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>
arch/arm/mach-ks8695/time.c

index ae9daccca4c169d755ce292779c08a97a9bfa0c2..6974c23556010bd2c685f158cfc2cafabcf43475 100644 (file)
@@ -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)