From: Roman Zippel Date: Sun, 26 Mar 2006 09:38:12 +0000 (-0800) Subject: [PATCH] hrtimers: remove data field X-Git-Tag: v2.6.17-rc1~578 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05cfb614ddbf3181540ce09d44d96486f8ba8d6a;p=pandora-kernel.git [PATCH] hrtimers: remove data field The nanosleep cleanup allows to remove the data field of hrtimer. The callback function can use container_of() to get it's own data. Since the hrtimer structure is anyway embedded in other structures, this adds no overhead. Signed-off-by: Roman Zippel Signed-off-by: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed