diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-08-29 14:27:12 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-09-05 02:49:04 -0400 |
commit | d7dda9875b84eb6c2828592b17aa173ac17bf75d (patch) | |
tree | 279edeefe466dfe2313526aadebff3731ee4fe81 /arch/arm/mach-ks8695 | |
parent | 487748ca3eea6f951185b4c5d0b0c02eea4d053b (diff) |
ARM: ks8695: delete resume hook from timer
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>
Diffstat (limited to 'arch/arm/mach-ks8695')
-rw-r--r-- | arch/arm/mach-ks8695/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ks8695/time.c b/arch/arm/mach-ks8695/time.c index ae9daccca4c..6974c235560 100644 --- a/arch/arm/mach-ks8695/time.c +++ b/arch/arm/mach-ks8695/time.c | |||
@@ -127,7 +127,6 @@ static void __init ks8695_timer_init (void) | |||
127 | struct sys_timer ks8695_timer = { | 127 | struct sys_timer ks8695_timer = { |
128 | .init = ks8695_timer_init, | 128 | .init = ks8695_timer_init, |
129 | .offset = ks8695_gettimeoffset, | 129 | .offset = ks8695_gettimeoffset, |
130 | .resume = ks8695_timer_setup, | ||
131 | }; | 130 | }; |
132 | 131 | ||
133 | void ks8695_restart(char mode, const char *cmd) | 132 | void ks8695_restart(char mode, const char *cmd) |