From: Stephen Warren Date: Wed, 7 Nov 2012 23:35:33 +0000 (-0700) Subject: ARM: remove struct sys_timer suspend and resume fields X-Git-Tag: v3.9-rc1~122^2~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7704c095230e2e9863f3aacd0489a4b4cc00bf45;p=pandora-kernel.git ARM: remove struct sys_timer suspend and resume fields 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. Reviewed-by: Linus Walleij Signed-off-by: Stephen Warren --- Reading git-diff-tree failed