From: Matt Helsley Date: Tue, 10 Jan 2006 04:52:40 +0000 (-0800) Subject: [PATCH] Switch getnstimestamp() calls to ktime_get_ts() X-Git-Tag: v2.6.16-rc1~580 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf3c9dc56f5758ca6016513e2790a151bf2077d;p=pandora-kernel.git [PATCH] Switch getnstimestamp() calls to ktime_get_ts() Use ktime_get_ts() to take the timestamp instead of getnstimestamp(). This patch prepares to remove getnstimestamp() by switching its only user to a different function with almost exactly the same code. Signed-off-by: Matt Helsley Cc: john stultz Cc: Thomas Gleixner Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed