]> git.baikalelectronics.ru Git - kernel.git/commit
net: Remove two unnecessary exports (skbuff).
authorRami Rosen <ramirose@gmail.com>
Wed, 21 Apr 2010 05:39:53 +0000 (22:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Apr 2010 05:39:53 +0000 (22:39 -0700)
commit7c616d70f13de96366464e132c6c00c46b23b7c4
tree76508ab431133ca9a085a9e3fa62fbfed607c9fb
parentb20646973e9dc2650817d2ba233e8bcb567e6bbb
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>
include/linux/skbuff.h
net/core/skbuff.c