From: Heiko Carstens Date: Thu, 10 Dec 2009 09:56:29 +0000 (+0100) Subject: hrtimer: move timer stats helper functions to hrtimer.c X-Git-Tag: v2.6.33-rc1~302^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f201907dfe4ad42c44006ddfcec00ed12e59497;p=pandora-kernel.git hrtimer: move timer stats helper functions to hrtimer.c There is no reason to make timer_stats_hrtimer_set_start_info and friends visible to the rest of the kernel. So move all of them to hrtimer.c. Also make timer_stats_hrtimer_set_start_info a static inline function so it gets inlined and we avoid another function call. Based on a patch by Thomas Gleixner. Signed-off-by: Heiko Carstens LKML-Reference: <20091210095629.GC4144@osiris.boeblingen.de.ibm.com> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed