]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
librdmacm: Define ucma_ib_init when IB_ACM is disabled
authorSean Hefty <sean.hefty@intel.com>
Mon, 28 Jan 2013 22:56:25 +0000 (14:56 -0800)
committerSean Hefty <sean.hefty@intel.com>
Mon, 28 Jan 2013 22:56:25 +0000 (14:56 -0800)
ucma_ib_init is only defined if IB_ACM is enabled, which is
determined by looking for the infiniband/acm.h header file.
Define ucma_ib_init when IB_ACM is disabled.

Problem reportedy by Suresh Shelvapille <suri@baymicrosystems.com>

Signed-off-by: Sean Hefty <sean.hefty@intel.com>

No differences found