From: Martin Schwidefsky Date: Fri, 14 Aug 2009 13:47:19 +0000 (+0200) Subject: timekeeping: Remove clocksource inline functions X-Git-Tag: v2.6.32-rc1~168^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f7d48bfb95a4c5172a2756dbc4b82afc8e9ae4;p=pandora-kernel.git timekeeping: Remove clocksource inline functions The three inline functions clocksource_read, clocksource_enable and clocksource_disable are simple wrappers of an indirect call plus the copy from and to the mult_orig value. The functions are exclusively used by the timekeeping code which has intimate knowledge of the clocksource anyway. Therefore remove the inline functions. No functional change. Signed-off-by: Martin Schwidefsky Acked-by: John Stultz Cc: Daniel Walker LKML-Reference: <20090814134807.903108946@de.ibm.com> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed