commit | b4ac530fc3af02a004729043dacf6b6330b46892 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Feb 10 02:09:24 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 10 02:09:24 2009 -0800 |
tree | 523b74d0ee83ed1b3f7e6ace0d56dbeb918ad43c | |
parent | e4e90b210dbe8253aaf519ee6efaaab7b2b92034 [diff] |
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>