alarmtimers: Remove period from alarm structure
authorJohn Stultz <john.stultz@linaro.org>
Wed, 10 Aug 2011 19:09:24 +0000 (12:09 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 10 Aug 2011 21:55:26 +0000 (14:55 -0700)
commit9e26476243e438f4534a562660c1296a15a9e202
treed70609d91f0aab85ad9768500b7e57623d9e3eae
parentd77e23accec56bf2ba12187fe77a2f500a511282
alarmtimers: Remove period from alarm structure

Now that periodic alarmtimers are managed by the handler function,
remove the period value from the alarm structure and let the handlers
manage the interval on their own.

CC: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/linux/alarmtimer.h
include/linux/posix-timers.h
kernel/time/alarmtimer.c