[PATCH V3 10/11] ARM: remove struct sys_timer suspend and resume fields
From: Linus Walleij <hidden>
Date: 2012-11-21 08:21:07
Also in:
linux-arch, lkml
From: Linus Walleij <hidden>
Date: 2012-11-21 08:21:07
Also in:
linux-arch, lkml
On Mon, Nov 19, 2012 at 7:31 PM, Stephen Warren [off-list ref] wrote:
From: Stephen Warren <redacted> These fields duplicate e.g. struct clock_event_device's suspend and resume fields, so remove them now that nothing is using them. The aim is to remove all fields from struct sys_timer except .init, then replace the ARM machine descriptor's .timer field with a .init_time function instead, and delete struct sys_timer. Signed-off-by: Stephen Warren <redacted>
Reviewed-by: Linus Walleij <redacted> Yours, Linus Walleij