]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
librdmacm: Make ucma_init_all static
authorSean Hefty <sean.hefty@intel.com>
Wed, 30 Apr 2014 03:11:35 +0000 (20:11 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 30 Apr 2014 03:11:35 +0000 (20:11 -0700)
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/cma.c

index 0dc229e2eeb718004d222e543566648d0e3f8ffe..4fa41ff861d6712406de906535a3830e5016ffa7 100644 (file)
--- a/src/cma.c
+++ b/src/cma.c
@@ -321,7 +321,7 @@ err:
        return ret;
 }
 
-int ucma_init_all(void)
+static int ucma_init_all(void)
 {
        int i, ret = 0;