From patchwork Fri Sep 8 23:38:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Williams X-Patchwork-Id: 9945133 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9826E6034B for ; Fri, 8 Sep 2017 23:45:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7C962289D6 for ; Fri, 8 Sep 2017 23:45:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6DAA5289D8; Fri, 8 Sep 2017 23:45:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E4057289DF for ; Fri, 8 Sep 2017 23:45:14 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 315B120945BF1; Fri, 8 Sep 2017 16:42:06 -0700 (PDT) X-Original-To: linux-nvdimm@lists.01.org Delivered-To: linux-nvdimm@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 65B0621E8796E for ; Fri, 8 Sep 2017 16:42:05 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 08 Sep 2017 16:44:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.42,363,1500966000"; d="scan'208"; a="1193165968" Received: from dwillia2-desk3.jf.intel.com (HELO dwillia2-desk3.amr.corp.intel.com) ([10.54.39.125]) by fmsmga001.fm.intel.com with ESMTP; 08 Sep 2017 16:44:57 -0700 Subject: [ndctl PATCH 2/2] ndctl: add missing symbol export for ndctl_bus_is_nfit_cmd_supported() From: Dan Williams To: linux-nvdimm@lists.01.org Date: Fri, 08 Sep 2017 16:38:32 -0700 Message-ID: <150491391214.35962.17674116679502574937.stgit@dwillia2-desk3.amr.corp.intel.com> In-Reply-To: <150491390688.35962.11854315078014907861.stgit@dwillia2-desk3.amr.corp.intel.com> References: <150491390688.35962.11854315078014907861.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: StGit/0.17.1-9-g687f MIME-Version: 1.0 X-BeenThere: linux-nvdimm@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Linux-nvdimm developer list." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Virus-Scanned: ClamAV using ClamSMTP Enable applications to use this new helper. Signed-off-by: Dan Williams --- ndctl/lib/libndctl.sym | 1 + 1 file changed, 1 insertion(+) diff --git a/ndctl/lib/libndctl.sym b/ndctl/lib/libndctl.sym index 8a1111672334..58db669ac2d7 100644 --- a/ndctl/lib/libndctl.sym +++ b/ndctl/lib/libndctl.sym @@ -285,6 +285,7 @@ LIBNDCTL_13 { global: ndctl_bus_get_region_by_physical_address; ndctl_bus_get_dimm_by_physical_address; + ndctl_bus_is_nfit_cmd_supported; ndctl_dimm_read_labels; ndctl_dimm_validate_labels; ndctl_dimm_init_labels;