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)
commit61699e13072a89880aa584dcc64c6da465fb2ccc
tree6c80fef1d508bdd5a715467bc5eb55f157f51d7d
parentb8a62f1ff0ccb18fdc25c6150d1cd394610f4753
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