clockevents: Simplify locking
authorThomas Gleixner <tglx@linutronix.de>
Thu, 25 Apr 2013 20:31:48 +0000 (20:31 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 May 2013 09:09:16 +0000 (11:09 +0200)
commit7126cac426137633e470167524e7bcb590fd49b3
tree5f3ca6adba3803f264dc0f70a28db8722729dd49
parent7172a286ced0c1f4f239a0fa09db54ed37d3ead2
clockevents: Simplify locking

Now that the notifier chain is gone there are no other users and it's
pointless to nest tick_device_lock inside of clockevents_lock because
there is no other use case.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Magnus Damm <magnus.damm@gmail.com>
Link: http://lkml.kernel.org/r/20130425143436.162888472@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/tick-common.c