[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)
- 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>

No differences found