]> git.baikalelectronics.ru Git - kernel.git/commit
hrtimer: Remove hrtimer_start() return value
authorThomas Gleixner <tglx@linutronix.de>
Tue, 14 Apr 2015 21:09:23 +0000 (21:09 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 22 Apr 2015 15:06:52 +0000 (17:06 +0200)
commit6dfcb09f84f8f0409b037a4cf417f494cc3a0689
tree6c80fef1d508bdd5a715467bc5eb55f157f51d7d
parent4437fbdf9de993d87928b696058f7ce97c735731
hrtimer: Remove hrtimer_start() return value

No user was ever interested whether the timer was active or not when
it was started. All abusers of the return value are gone, so get rid
of it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Preeti U Murthy <preeti@linux.vnet.ibm.com>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Link: http://lkml.kernel.org/r/20150414203503.483556394@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/hrtimer.h
include/linux/interrupt.h
kernel/time/hrtimer.c