From patchwork Mon Feb 1 12:46:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yevgeny Kliteynik X-Patchwork-Id: 76054 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o11CnRYW012319 for ; Mon, 1 Feb 2010 12:49:27 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754247Ab0BAMtU (ORCPT ); Mon, 1 Feb 2010 07:49:20 -0500 Received: from mail.mellanox.co.il ([194.90.237.43]:45550 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752804Ab0BAMtT (ORCPT ); Mon, 1 Feb 2010 07:49:19 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from kliteyn@dev.mellanox.co.il) with SMTP; 1 Feb 2010 14:49:15 +0200 Received: from [10.4.1.29] ([10.4.1.29]) by mtlexch01.mtl.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 1 Feb 2010 14:47:02 +0200 Message-ID: <4B66CD37.1040300@dev.mellanox.co.il> Date: Mon, 01 Feb 2010 14:46:47 +0200 From: Yevgeny Kliteynik Reply-To: kliteyn@dev.mellanox.co.il User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: Sasha Khapyorsky , Linux RDMA Subject: [PATCH] opensm/osm_subnet.h: remove redundant function definition X-OriginalArrivalTime: 01 Feb 2010 12:47:02.0497 (UTC) FILETIME=[A6C7FD10:01CAA33C] X-TM-AS-Product-Ver: SMEX-8.0.0.1181-6.000.1038-17166.007 X-TM-AS-Result: No--10.318300-8.000000-31 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No 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.3 (demeter.kernel.org [140.211.167.41]); Mon, 01 Feb 2010 12:49:27 +0000 (UTC) diff --git a/opensm/include/opensm/osm_subnet.h b/opensm/include/opensm/osm_subnet.h index 65f687a..5312df1 100644 --- a/opensm/include/opensm/osm_subnet.h +++ b/opensm/include/opensm/osm_subnet.h @@ -1028,41 +1028,6 @@ static inline struct osm_mgrp_box *osm_get_mbox_by_mlid(osm_subn_t const *p_subn * The multicast group structure pointer if found. NULL otherwise. *********/ -/****f* OpenSM: Helper/osm_get_physp_by_mad_addr -* NAME -* osm_get_physp_by_mad_addr -* -* DESCRIPTION -* Looks for the requester physical port in the mad address. -* -* Note: This code is not thread safe. Need to grab the lock before -* calling it. -* -* SYNOPSIS -*/ -struct osm_physp *osm_get_physp_by_mad_addr(IN struct osm_log *p_log, - IN const osm_subn_t * p_subn, - IN struct osm_mad_addr - *p_mad_addr); -/* -* PARAMETERS -* p_log -* [in] Pointer to a log object. -* -* p_subn -* [in] Pointer to subnet object. -* -* p_mad_addr -* [in] Pointer to mad address object. -* -* RETURN VALUES -* Pointer to requester physical port object if found. Null otherwise. -* -* NOTES -* -* SEE ALSO -*********/ - /****f* OpenSM: Subnet/osm_subn_set_default_opt * NAME * osm_subn_set_default_opt