[PATCH] hrtimers: remove nsec_t typedef
authorRoman Zippel <zippel@linux-m68k.org>
Sun, 26 Mar 2006 09:38:11 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:57:03 +0000 (08:57 -0800)
commitdf869b630d9d9131c10cf073fb61646048874b2f
tree37e38f934e4505ddf23569227865f47facff64e8
parent272705c5979c114e63dbfcd28ea15093038a4c42
[PATCH] hrtimers: remove nsec_t typedef

nsec_t predates ktime_t and has mostly been superseded by it.  In the few
places that are left it's better to make it explicit that we're dealing with
64 bit values here.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <johnstul@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/time.h
kernel/hrtimer.c
kernel/time.c