diff options
author | Rami Rosen <ramirose@gmail.com> | 2010-04-20 22:39:53 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-20 22:39:53 -0700 |
commit | ccb7c7732e2ceb4e81a7806faf1670be9681ccd2 (patch) | |
tree | 76508ab431133ca9a085a9e3fa62fbfed607c9fb /net/packet | |
parent | 0eae88f31ca2b88911ce843452054139e028771f (diff) | |
download | linux-ccb7c7732e2ceb4e81a7806faf1670be9681ccd2.tar.gz linux-ccb7c7732e2ceb4e81a7806faf1670be9681ccd2.tar.bz2 linux-ccb7c7732e2ceb4e81a7806faf1670be9681ccd2.zip |
net: Remove two unnecessary exports (skbuff).
There is no need to export skb_under_panic() and skb_over_panic() in
skbuff.c, since these methods are used only in skbuff.c ; this patch
removes these two exports. It also marks these functions as 'static'
and removeS the extern declarations of them from
include/linux/skbuff.h
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/packet')
0 files changed, 0 insertions, 0 deletions