]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of lazy-init
authorSean Hefty <sean.hefty@intel.com>
Thu, 17 Apr 2014 04:53:47 +0000 (21:53 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 17 Apr 2014 04:53:47 +0000 (21:53 -0700)
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;