From: Thomas Gleixner Date: Thu, 12 Jan 2006 10:25:54 +0000 (+0100) Subject: [hrtimer] Remove listhead from hrtimer struct X-Git-Tag: v2.6.16-rc1~183^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288867ec5c377db82933b64460ce050e5c998ee9;p=pandora-kernel.git [hrtimer] Remove listhead from hrtimer struct The list_head in the hrtimer structure was introduced for easy access to the first timer with the further extensions of real high resolution timers in mind, but it turned out in the course of development that it is not necessary for the standard use case. Remove the list head and access the first expiry timer by a datafield in the timer base. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed