[IPV4]: possible cleanups
authorAdrian Bunk <bunk@stusta.de>
Wed, 10 Aug 2005 02:35:47 +0000 (19:35 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:33:20 +0000 (15:33 -0700)
commit0742fd53a3774781255bd1e471e7aa2e4a82d5f7
tree020e6d1ccb1d7ce07cdb26b7317fa2ca58e689b3
parentf2ccd8fa06c8e302116e71df372f5c1f83432e03
[IPV4]: possible cleanups

This patch contains the following possible cleanups:
- make needlessly global code static
- #if 0 the following unused global function:
  - xfrm4_state.c: xfrm4_state_fini
- remove the following unneeded EXPORT_SYMBOL's:
  - ip_output.c: ip_finish_output
  - ip_output.c: sysctl_ip_default_ttl
  - fib_frontend.c: ip_dev_find
  - inetpeer.c: inet_peer_idlock
  - ip_options.c: ip_options_compile
  - ip_options.c: ip_options_undo
  - net/core/request_sock.c: sysctl_max_syn_backlog

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip.h
include/net/route.h
include/net/xfrm.h
net/core/request_sock.c
net/ipv4/fib_frontend.c
net/ipv4/inetpeer.c
net/ipv4/ip_options.c
net/ipv4/ip_output.c
net/ipv4/multipath_drr.c
net/ipv4/route.c
net/ipv4/xfrm4_state.c