07c9fb parent 0eae88f31ca2b88911ce843452054139e028771f author Rami Rosen 1271828393 -0700 committer David S. Miller 1271828393 -0700 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 Signed-off-by: David S. Miller ÕFØO”