From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86C8DCA9ED0 for ; Fri, 1 Nov 2019 20:52:57 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 531FA21D7C for ; Fri, 1 Nov 2019 20:52:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 531FA21D7C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from new-ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 90E9A100DC418; Fri, 1 Nov 2019 13:55:54 -0700 (PDT) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=vishal.l.verma@intel.com; receiver= Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (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 C6AF4100DC414 for ; Fri, 1 Nov 2019 13:55:52 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Nov 2019 13:52:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,257,1569308400"; d="scan'208";a="199916667" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga007.fm.intel.com with ESMTP; 01 Nov 2019 13:52:54 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 1 Nov 2019 13:52:54 -0700 Received: from fmsmsx114.amr.corp.intel.com ([169.254.6.30]) by FMSMSX126.amr.corp.intel.com ([169.254.1.167]) with mapi id 14.03.0439.000; Fri, 1 Nov 2019 13:52:53 -0700 From: "Verma, Vishal L" To: "Williams, Dan J" , "linux-nvdimm@lists.01.org" Subject: Re: [PATCH] libnvdimm/pmem: Delete include of nd-core.h Thread-Topic: [PATCH] libnvdimm/pmem: Delete include of nd-core.h Thread-Index: AQHVkE2z3NSFKZ0vREyUBbLgylDZYad3QWQA Date: Fri, 1 Nov 2019 20:52:52 +0000 Message-ID: <86ea4fc17a94446df545af450e9de704e674b68c.camel@intel.com> References: <157256829077.1212326.8726596129631121970.stgit@dwillia2-desk3.amr.corp.intel.com> In-Reply-To: <157256829077.1212326.8726596129631121970.stgit@dwillia2-desk3.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Evolution 3.30.5 (3.30.5-1.fc29) x-originating-ip: [10.232.112.164] Content-ID: <9FAEA65EFF47F44A81AEC60455BFA102@intel.com> MIME-Version: 1.0 Message-ID-Hash: OGQKN53ET6CAM2PQHUEGEUTXCPHHMFA7 X-Message-ID-Hash: OGQKN53ET6CAM2PQHUEGEUTXCPHHMFA7 X-MailFrom: vishal.l.verma@intel.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: "linux-kernel@vger.kernel.org" , Jiang@ml01.01.org, , Ira@ml01.01.org X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, 2019-10-31 at 17:31 -0700, Dan Williams wrote: > The entire point of nd-core.h is to hide functionality that no leaf > driver should touch. In fact, the commit that added it had no need to > include it. > > Fixes: 06e8ccdab15f ("acpi: nfit: Add support for detect platform...") > Cc: Ira Weiny > Cc: Dave Jiang > Cc: Vishal Verma > Signed-off-by: Dan Williams > --- > drivers/nvdimm/pmem.c | 1 - > 1 file changed, 1 deletion(-) Looks good, Reviewed-by: Vishal Verma > > diff --git a/drivers/nvdimm/pmem.c b/drivers/nvdimm/pmem.c > index 7a6f4501dcda..ad8e4df1282b 100644 > --- a/drivers/nvdimm/pmem.c > +++ b/drivers/nvdimm/pmem.c > @@ -28,7 +28,6 @@ > #include "pmem.h" > #include "pfn.h" > #include "nd.h" > -#include "nd-core.h" > > static struct device *to_dev(struct pmem_device *pmem) > { > _______________________________________________ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-leave@lists.01.org