From: Paul Gortmaker Date: Mon, 23 Apr 2012 04:49:13 +0000 (+0000) Subject: tipc: remove inline instances from C source files. X-Git-Tag: v3.5-rc1~109^2~298 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=872f24dbc604ef585ea7eec73020dcdfaffd1956;p=pandora-kernel.git tipc: remove inline instances from C source files. Untie gcc's hands and let it do what it wants within the individual source files. There are two files, node.c and port.c -- only the latter effectively changes (gcc-4.5.2). Objdump shows gcc deciding to not inline port_peernode(). Suggested-by: David S. Miller Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- Reading git-diff-tree failed