rds: make local functions/variables static
authorstephen hemminger <shemminger@vyatta.com>
Tue, 19 Oct 2010 08:08:33 +0000 (08:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Oct 2010 11:26:39 +0000 (04:26 -0700)
commitff51bf841587c75b58d25ed77263158619784dd3
tree85d415536b84c48afe2aea0243f420ac262e1bbd
parentd0c2b0d265a0f1f92922a99a31def9da582197ac
rds: make local functions/variables static

The RDS protocol has lots of functions that should be
declared static. rds_message_get/add_version_extension is
removed since it defined but never used.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
20 files changed:
net/rds/connection.c
net/rds/ib.c
net/rds/ib.h
net/rds/ib_rdma.c
net/rds/ib_sysctl.c
net/rds/iw.c
net/rds/iw.h
net/rds/iw_rdma.c
net/rds/iw_sysctl.c
net/rds/message.c
net/rds/page.c
net/rds/rdma_transport.c
net/rds/rdma_transport.h
net/rds/rds.h
net/rds/recv.c
net/rds/send.c
net/rds/tcp.c
net/rds/tcp.h
net/rds/tcp_recv.c
net/rds/tcp_send.c