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>
This commit is contained in:
Родитель
487748ca3e
Коммит
d7dda9875b
|
@ -127,7 +127,6 @@ static void __init ks8695_timer_init (void)
|
||||||
struct sys_timer ks8695_timer = {
|
struct sys_timer ks8695_timer = {
|
||||||
.init = ks8695_timer_init,
|
.init = ks8695_timer_init,
|
||||||
.offset = ks8695_gettimeoffset,
|
.offset = ks8695_gettimeoffset,
|
||||||
.resume = ks8695_timer_setup,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void ks8695_restart(char mode, const char *cmd)
|
void ks8695_restart(char mode, const char *cmd)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче