core: make GRO methods static.
authorRami Rosen <ramirose@gmail.com>
Wed, 28 Nov 2012 21:55:25 +0000 (21:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Nov 2012 18:18:32 +0000 (13:18 -0500)
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 <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c

Simple merge
diff --cc net/core/dev.c
Simple merge