From: Pavel Emelyanov Date: Thu, 24 Jan 2008 05:20:07 +0000 (-0800) Subject: [NET]: Convert init_timer into setup_timer X-Git-Tag: v2.6.25-rc1~1162^2~1462 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24b8a247ff65c01b252025926fe564209fae4fc;p=pandora-kernel.git [NET]: Convert init_timer into setup_timer Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code. The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)). Signed-off-by: Pavel Emelyanov Acked-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed