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

No differences found