[NETLINK]: Possible cleanups.
authorAdrian Bunk <bunk@stusta.de>
Thu, 26 Apr 2007 07:57:41 +0000 (00:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Apr 2007 07:57:41 +0000 (00:57 -0700)
commit42bad1da506cafa7041a02ab84033a724afe88ac
tree2850b3483c2fd05341c32663f4adb8f2ce7506da
parent55404bca6c45595fee1a546f1a0cc616aeef0b00
[NETLINK]: Possible cleanups.

- make the following needlessly global variables static:
  - core/rtnetlink.c: struct rtnl_msg_handlers[]
  - netfilter/nf_conntrack_proto.c: struct nf_ct_protos[]
- make the following needlessly global functions static:
  - core/rtnetlink.c: rtnl_dump_all()
  - netlink/af_netlink.c: netlink_queue_skip()

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netfilter/nf_conntrack_l4proto.h
include/net/netlink.h
include/net/rtnetlink.h
net/core/rtnetlink.c
net/netfilter/nf_conntrack_proto.c
net/netlink/af_netlink.c