projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
487748c
)
ARM: ks8695: delete resume hook from timer
author
Linus Walleij
<linus.walleij@linaro.org>
Wed, 29 Aug 2012 18:27:12 +0000
(20:27 +0200)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-ks8695/time.c
b/arch/arm/mach-ks8695/time.c
index ae9daccca4c169d755ce292779c08a97a9bfa0c2..6974c23556010bd2c685f158cfc2cafabcf43475 100644
(file)
--- 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)
struct sys_timer ks8695_timer = {
.init = ks8695_timer_init,
.offset = ks8695_gettimeoffset,
- .resume = ks8695_timer_setup,
};
void ks8695_restart(char mode, const char *cmd)