From patchwork Fri Dec 10 21:58:51 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arlin Davis X-Patchwork-Id: 399642 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 oBALwmwh024968 for ; Fri, 10 Dec 2010 21:58:59 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755858Ab0LJV67 (ORCPT ); Fri, 10 Dec 2010 16:58:59 -0500 Received: from mga14.intel.com ([143.182.124.37]:25549 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753864Ab0LJV67 convert rfc822-to-8bit (ORCPT ); Fri, 10 Dec 2010 16:58:59 -0500 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 10 Dec 2010 13:58:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,326,1288594800"; d="scan'208";a="360082464" Received: from orsmsx603.amr.corp.intel.com ([10.22.226.49]) by azsmga001.ch.intel.com with ESMTP; 10 Dec 2010 13:58:58 -0800 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.254.0; Fri, 10 Dec 2010 13:58:57 -0800 Received: from orsmsx506.amr.corp.intel.com ([10.22.226.44]) by orsmsx605.amr.corp.intel.com ([10.22.226.10]) with mapi; Fri, 10 Dec 2010 13:58:57 -0800 From: "Davis, Arlin R" To: "linux-rdma@vger.kernel.org" , "ofw@lists.openfabrics.org" CC: "Smith, Stan" Date: Fri, 10 Dec 2010 13:58:51 -0800 Subject: [PATCH] dapl 2.0: cma: definition for dapl_sp_remove_ep() is missing in cm.c Thread-Topic: [PATCH] dapl 2.0: cma: definition for dapl_sp_remove_ep() is missing in cm.c Thread-Index: AcuYtW5qI0W5cyPVSuyuZelNLbM2PA== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-cr-hashedpuzzle: AVQI AsSn DXtf ExPq GLv4 G29s MaQ7 OIVK PkuD RbXW SU+I SXII S8Jh TZhq TdFc Tfjb; 2; bABpAG4AdQB4AC0AcgBkAG0AYQBAAHYAZwBlAHIALgBrAGUAcgBuAGUAbAAuAG8AcgBnADsAbwBmAHcAQABsAGkAcwB0AHMALgBvAHAAZQBuAGYAYQBiAHIAaQBjAHMALgBvAHIAZwA=; Sosha1_v1; 7; {D2586A69-4D7E-435B-A29C-0F2C27CE01DD}; YQByAGwAaQBuAC4AcgAuAGQAYQB2AGkAcwBAAGkAbgB0AGUAbAAuAGMAbwBtAA==; Fri, 10 Dec 2010 21:58:51 GMT; WwBQAEEAVABDAEgAXQAgAGQAYQBwAGwAIAAyAC4AMAA6ACAAYwBtAGEAOgAgAGQAZQBmAGkAbgBpAHQAaQBvAG4AIABmAG8AcgAgAGQAYQBwAGwAXwBzAHAAXwByAGUAbQBvAHYAZQBfAGUAcAAoACkAIABpAHMAIABtAGkAcwBzAGkAbgBnACAAaQBuACAAYwBtAC4AYwA= x-cr-puzzleid: {D2586A69-4D7E-435B-A29C-0F2C27CE01DD} 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.3 (demeter1.kernel.org [140.211.167.41]); Fri, 10 Dec 2010 21:59:00 +0000 (UTC) diff --git a/dapl/openib_cma/cm.c b/dapl/openib_cma/cm.c index ff48999..f010b8a 100644 --- a/dapl/openib_cma/cm.c +++ b/dapl/openib_cma/cm.c @@ -42,6 +42,7 @@ #include "dapl.h" #include "dapl_adapter_util.h" #include "dapl_evd_util.h" +#include "dapl_sp_util.h" #include "dapl_cr_util.h" #include "dapl_name_service.h" #include "dapl_ib_util.h"