[IPV4]: Possible cleanups.
authorAdrian Bunk <bunk@stusta.de>
Wed, 12 Apr 2006 20:57:59 +0000 (13:57 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 14 Apr 2006 22:00:20 +0000 (15:00 -0700)
commit6c97e72a162648eaf7c401cfc139493cefa6bed2
treec39ad40f44e0439cb7c30db3d394cb9c8496010c
parentf043ca43c1ae354346f72dc5826d820d5619f0b2
[IPV4]: Possible cleanups.

This patch contains the following possible cleanups:
- make the following needlessly global function static:
  - arp.c: arp_rcv()
- remove the following unused EXPORT_SYMBOL's:
  - devinet.c: devinet_ioctl
  - fib_frontend.c: ip_rt_ioctl
  - inet_hashtables.c: inet_bind_bucket_create
  - inet_hashtables.c: inet_bind_hash
  - tcp_input.c: sysctl_tcp_abc
  - tcp_ipv4.c: sysctl_tcp_tw_reuse
  - tcp_output.c: sysctl_tcp_mtu_probing
  - tcp_output.c: sysctl_tcp_base_mss

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/arp.h
net/ipv4/arp.c
net/ipv4/devinet.c
net/ipv4/fib_frontend.c
net/ipv4/inet_hashtables.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_output.c