tipc: Reduce footprint by un-inlining tipc_msg_* routines
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 11 May 2010 14:30:18 +0000 (14:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 May 2010 06:02:29 +0000 (23:02 -0700)
Convert tipc_msg_* inline routines that are more than one line into
standard functions, thereby eliminating some repeated code.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found