From: Torben Hohn Date: Thu, 27 Jan 2011 15:00:32 +0000 (+0100) Subject: time: Make do_timer() and xtime_lock local to kernel/time/ X-Git-Tag: v2.6.39-rc1~508^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2830b5c1b2b2217894370a3b95af87d4a958401;p=pandora-kernel.git time: Make do_timer() and xtime_lock local to kernel/time/ All callers of do_timer() are converted to xtime_update(). The only users of xtime_lock are in kernel/time/. Make both local to kernel/time/ and remove them from the global header files. [ tglx: Reuse tick-internal.h instead of creating another local header file. Massaged changelog ] Signed-off-by: Torben Hohn Cc: Peter Zijlstra Cc: johnstul@us.ibm.com Cc: yong.zhang0@gmail.com Cc: hch@infradead.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed