]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: sa1100: convert timer suspend/resume to clock_event_device
authorStephen Warren <swarren@nvidia.com>
Wed, 7 Nov 2012 23:35:11 +0000 (16:35 -0700)
committerStephen Warren <swarren@nvidia.com>
Mon, 24 Dec 2012 16:36:36 +0000 (09:36 -0700)
commite3cbfb6213757429694775aa7e97ee80c98ee2c6
treeb69174c3da81dfbc4517c051dfcf1c406ed4550c
parent5b30d5bf8204e9b9837511cf72d051980dbb90a7
ARM: sa1100: convert timer suspend/resume to clock_event_device

Move sa1100's timer suspend/resume functions from struct sys_timer
sa1100_timer into struct clock_event_device ckevt_sa1100_osmr0. This
will allow the sys_timer suspend/resume fields to be removed, and
eventually lead to a complete removal of struct sys_timer.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-sa1100/time.c