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)
commitb4ac530fc3af02a004729043dacf6b6330b46892
tree523b74d0ee83ed1b3f7e6ace0d56dbeb918ad43c
parente4e90b210dbe8253aaf519ee6efaaab7b2b92034
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 <davem@davemloft.net>
net/core/skbuff.c