net: Move skbuff symbol exports after each symbol's definition.
authorDavid S. Miller <davem@davemloft.net>
Tue, 10 Feb 2009 10:09:24 +0000 (02:09 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Feb 2009 10:09:24 +0000 (02:09 -0800)
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 <davem@davemloft.net>

No differences found