mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-24 08:40:28 +00:00
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>