From patchwork Thu Apr 28 23:21:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hefty, Sean" X-Patchwork-Id: 740091 X-Patchwork-Delegate: alexne@voltaire.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p3SNLomZ014623 for ; Thu, 28 Apr 2011 23:21:51 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755562Ab1D1XVt (ORCPT ); Thu, 28 Apr 2011 19:21:49 -0400 Received: from mga01.intel.com ([192.55.52.88]:63778 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755478Ab1D1XVs convert rfc822-to-8bit (ORCPT ); Thu, 28 Apr 2011 19:21:48 -0400 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 28 Apr 2011 16:21:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,283,1301900400"; d="scan'208";a="915882325" Received: from orsmsx603.amr.corp.intel.com ([10.22.226.49]) by fmsmga001.fm.intel.com with ESMTP; 28 Apr 2011 16:21:48 -0700 Received: from orsmsx605.amr.corp.intel.com (10.22.226.10) by orsmsx603.amr.corp.intel.com (10.22.226.49) with Microsoft SMTP Server (TLS) id 8.2.255.0; Thu, 28 Apr 2011 16:21:47 -0700 Received: from orsmsx501.amr.corp.intel.com ([10.22.226.209]) by orsmsx605.amr.corp.intel.com ([10.22.226.10]) with mapi; Thu, 28 Apr 2011 16:21:47 -0700 From: "Hefty, Sean" To: "Hefty, Sean" , "Alex Netes (alexne@mellanox.com)" , "linux-rdma (linux-rdma@vger.kernel.org)" Date: Thu, 28 Apr 2011 16:21:47 -0700 Subject: [PATCH 2/2] opensm: Remove duplicate definition of IB_MAD_STATUS_CLASS_MASK Thread-Topic: [PATCH 2/2] opensm: Remove duplicate definition of IB_MAD_STATUS_CLASS_MASK Thread-Index: AcwF+wTNV+M3iepaSL6UUGuzxMg0FQ== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 28 Apr 2011 23:21:51 +0000 (UTC) osmtest includes a duplicate definition. Remove it. Signed-off-by: Sean Hefty --- osmtest/osmtest.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) mode change 100644 => 100755 osmtest/osmtest.c -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/osmtest/osmtest.c b/osmtest/osmtest.c old mode 100644 new mode 100755 index 7ecc8ce..9f35d02 --- a/osmtest/osmtest.c +++ b/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[] =