From: Roman Zippel Date: Sun, 26 Mar 2006 09:38:11 +0000 (-0800) Subject: [PATCH] hrtimers: remove nsec_t typedef X-Git-Tag: v2.6.17-rc1~579 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df869b630d9d9131c10cf073fb61646048874b2f;p=pandora-kernel.git [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 Acked-by: Thomas Gleixner Acked-by: John Stultz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed