From: David S. Miller Date: Tue, 10 Feb 2009 10:09:24 +0000 (-0800) Subject: net: Move skbuff symbol exports after each symbol's definition. X-Git-Tag: v2.6.30-rc1~662^2~749 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ac530fc3af02a004729043dacf6b6330b46892;p=pandora-kernel.git net: Move skbuff symbol exports after each symbol's definition. net/core/skbuff.c is a hodge-podge of symbol export placement. Some of the exports are right after the definition of the symbol being exported, others are clumped together into a big group at the end of the file. Make things consistent. Signed-off-by: David S. Miller --- Reading git-diff-tree failed