]> git.openfabrics.org - ~shefty/librdmacm.git/commit
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)
commit730f46cb35dfa827d6c24c7c3a36aa5680e39fd9
tree251ce87c0cff93e0365c1bd08504d77240b0f0c8
parent1f6088f85af3c60ba4d57de1d8f1098e06761237
librdmacm: Define ucma_ib_init when IB_ACM is disabled

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>