[PATCH] Switch getnstimestamp() calls to ktime_get_ts()
authorMatt Helsley <matthltc@us.ibm.com>
Tue, 10 Jan 2006 04:52:40 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:39 +0000 (08:01 -0800)
commitcaf3c9dc56f5758ca6016513e2790a151bf2077d
treea2e4abc86d44529bf24b9cfe3cb673a9ce605e02
parent69778e325c3007c8c8a653fcee2c298ffe071fd4
[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 <matthltc@us.ibm.com>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/connector/cn_proc.c