From: Stephen Hemminger Date: Tue, 8 Nov 2005 17:39:42 +0000 (-0800) Subject: [NET]: sk_add_backlog convert from macro to inline X-Git-Tag: v2.6.15-rc1~415 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ee6b535af4c2c97b4e3b88f37f244bf1004ebd4;p=pandora-kernel.git [NET]: sk_add_backlog convert from macro to inline There is no reason for sk_add_backlog to be a macro. It can just be an inline function and get type checking. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed