From: Rami Rosen Date: Wed, 21 Apr 2010 05:39:53 +0000 (-0700) Subject: net: Remove two unnecessary exports (skbuff). X-Git-Tag: v2.6.35-rc1~473^2~431 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccb7c7732e2ceb4e81a7806faf1670be9681ccd2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed