[PATCH 5/5] hrtimer: Remove hrtimer_enqueue_reprogram()

2014-06-21 Thread Frederic Weisbecker
From: Viresh Kumar We call hrtimer_enqueue_reprogram() only when we are in high resolution mode now so we don't need to check that again in hrtimer_enqueue_reprogram(). Once the check is removed, hrtimer_enqueue_reprogram() turns to be an useless wrapper over hrtimer_reprogram() and can be

[PATCH 5/5] hrtimer: Remove hrtimer_enqueue_reprogram()

2014-06-21 Thread Frederic Weisbecker
From: Viresh Kumar viresh.ku...@linaro.org We call hrtimer_enqueue_reprogram() only when we are in high resolution mode now so we don't need to check that again in hrtimer_enqueue_reprogram(). Once the check is removed, hrtimer_enqueue_reprogram() turns to be an useless wrapper over