commit | 656c669bc0cb9d2a621318b4b7300e8072930278 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Nov 07 17:24:28 2012 -0700 |
committer | Stephen Warren <swarren@nvidia.com> | Mon Dec 24 09:36:37 2012 -0700 |
tree | c05dcd73c3dd062cc8ca13bfa228ea84a1dea45f | |
parent | 8726e96fcb29298351c777670742b553ca947508 [diff] |
ARM: samsung: register syscore_ops for timer resume directly Instead of using struct sys_timer's resume function, register syscore_ops directly in s3c2410_timer_init(). This will allow the sys_timer suspend/ resume fields to be removed, and eventually lead to a complete removal of struct sys_timer. Cc: Ben Dooks <ben-linux@fluff.org> Cc: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>