commit | bb728820fe7c42fdb838ab2745fb5fe6b18b5ffa | [log] [tgz] |
---|---|---|
author | Rami Rosen <ramirose@gmail.com> | Wed Nov 28 21:55:25 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 29 13:18:32 2012 -0500 |
tree | 8a866acd8f41eba652321eb26f2aae5a29b8c8db | |
parent | 7e3a2dc52953f126103a36b33db1f57463fbbb8f [diff] |
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 <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>