osmtest includes a duplicate definition.  Remove it.  The update
to ib_types.h results in a build warning without this fix.

Signed-off-by: Sean Hefty <sean.he...@intel.com>
---
 opensm/osmtest/osmtest.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
 mode change 100644 => 100755 opensm/osmtest/osmtest.c

diff --git a/opensm/osmtest/osmtest.c b/opensm/osmtest/osmtest.c
old mode 100644
new mode 100755
index b2ec3fa..47d2368
--- a/opensm/osmtest/osmtest.c
+++ b/opensm/osmtest/osmtest.c
@@ -221,8 +221,6 @@ const osmtest_token_t token_array[] = {
        {OSMTEST_TOKEN_UNKNOWN, 0, ""}  /* must be last entry */
 };
 
-#define IB_MAD_STATUS_CLASS_MASK       (CL_HTON16(0xFF00))
-
 static const char ib_mad_status_str_busy[] = "IB_MAD_STATUS_BUSY";
 static const char ib_mad_status_str_redirect[] = "IB_MAD_STATUS_REDIRECT";
 static const char ib_mad_status_str_unsup_class_ver[] =


--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to