From: Rami Rosen Date: Wed, 28 Nov 2012 21:55:25 +0000 (+0000) Subject: core: make GRO methods static. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb728820fe7c42fdb838ab2745fb5fe6b18b5ffa;p=pandora-kernel.git core: make GRO methods static. This patch changes three methods to be static and removes their EXPORT_SYMBOLs in core/dev.c and their external declaration in netdevice.h. The methods, dev_gro_receive(), napi_frags_finish() and napi_skb_finish(), which are in the GRO rx path, are not used outside core/dev.c. Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- Reading git-diff-tree failed