[NET]: sk_add_backlog convert from macro to inline
authorStephen Hemminger <shemminger@osdl.org>
Tue, 8 Nov 2005 17:39:42 +0000 (09:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Nov 2005 17:39:42 +0000 (09:39 -0800)
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 <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found