From: Viresh Kumar Date: Sat, 21 Jun 2014 23:29:17 +0000 (+0200) Subject: hrtimer: Remove hrtimer_enqueue_reprogram() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e1e01dd79ac4cf936623399abe57dfba4528ae6;p=pandora-kernel.git hrtimer: Remove hrtimer_enqueue_reprogram() 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 dropped. Signed-off-by: Viresh Kumar Signed-off-by: Frederic Weisbecker Link: http://lkml.kernel.org/r/1403393357-2070-6-git-send-email-fweisbec@gmail.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed