From: John Stultz Date: Fri, 22 Mar 2013 18:31:29 +0000 (-0700) Subject: ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~116^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa6f9c595d857328e5d815e5b94c0e7cd31a6b59;p=pandora-kernel.git ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c In preparation for changing the ntp locking rules, move do_adjtimex and hardpps accessor functions to timekeeping.c, but keep the code logic in ntp.c. This patch also introduces a ntp_internal.h file so timekeeping specific interfaces of ntp.c can be more limitedly shared with timekeeping.c. Cc: Thomas Gleixner Cc: Richard Cochran Cc: Prarit Bhargava Signed-off-by: John Stultz --- Reading git-diff-tree failed