ARM: samsung: register syscore_ops for timer resume directly
authorStephen Warren <swarren@nvidia.com>
Thu, 8 Nov 2012 00:24:28 +0000 (17:24 -0700)
committerStephen Warren <swarren@nvidia.com>
Mon, 24 Dec 2012 16:36:37 +0000 (09:36 -0700)
commit656c669bc0cb9d2a621318b4b7300e8072930278
treec05dcd73c3dd062cc8ca13bfa228ea84a1dea45f
parent8726e96fcb29298351c777670742b553ca947508
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>
arch/arm/plat-samsung/time.c