Re: [PATCH] ARM: delete struct sys_timer

2012-11-08 Thread Stephen Warren
On 11/08/2012 02:01 PM, Stephen Warren wrote: > Now that the only field in struct sys_timer is .init, delete the struct, > and replace the machine descriptor .timer field with the initialization > function itself. Oops. This one patch is a duplicate of 11/11 in the series I just sent. Sorry. --

[PATCH] ARM: delete struct sys_timer

2012-11-08 Thread Stephen Warren
From: Stephen Warren Now that the only field in struct sys_timer is .init, delete the struct, and replace the machine descriptor .timer field with the initialization function itself. This will enable moving timer drivers into drivers/clocksource without having to place a public prototype of

[PATCH] ARM: delete struct sys_timer

2012-11-08 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Now that the only field in struct sys_timer is .init, delete the struct, and replace the machine descriptor .timer field with the initialization function itself. This will enable moving timer drivers into drivers/clocksource without having to place a

Re: [PATCH] ARM: delete struct sys_timer

2012-11-08 Thread Stephen Warren
On 11/08/2012 02:01 PM, Stephen Warren wrote: Now that the only field in struct sys_timer is .init, delete the struct, and replace the machine descriptor .timer field with the initialization function itself. Oops. This one patch is a duplicate of 11/11 in the series I just sent. Sorry. -- To