From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 11F0B3FC4 for ; Fri, 10 Sep 2021 08:47:00 +0000 (UTC) Received: from fraeml743-chm.china.huawei.com (unknown [172.18.147.226]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4H5Tvj4W0zz67lk2; Fri, 10 Sep 2021 16:44:49 +0800 (CST) Received: from lhreml710-chm.china.huawei.com (10.201.108.61) by fraeml743-chm.china.huawei.com (10.206.15.224) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.8; Fri, 10 Sep 2021 10:46:57 +0200 Received: from localhost (10.52.123.213) by lhreml710-chm.china.huawei.com (10.201.108.61) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.8; Fri, 10 Sep 2021 09:46:57 +0100 Date: Fri, 10 Sep 2021 09:46:55 +0100 From: Jonathan Cameron To: Ben Widawsky CC: Dan Williams , , , , , Subject: Re: [PATCH v4 10/21] cxl/pci: Drop idr.h Message-ID: <20210910094655.00005481@Huawei.com> In-Reply-To: <20210909163457.mir5khmdf26awtzc@intel.com> References: <163116429183.2460985.5040982981112374615.stgit@dwillia2-desk3.amr.corp.intel.com> <163116434668.2460985.12264757586266849616.stgit@dwillia2-desk3.amr.corp.intel.com> <20210909163457.mir5khmdf26awtzc@intel.com> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; i686-w64-mingw32) Precedence: bulk X-Mailing-List: nvdimm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.52.123.213] X-ClientProxiedBy: lhreml710-chm.china.huawei.com (10.201.108.61) To lhreml710-chm.china.huawei.com (10.201.108.61) X-CFilter-Loop: Reflected On Thu, 9 Sep 2021 09:34:57 -0700 Ben Widawsky wrote: > On 21-09-08 22:12:26, Dan Williams wrote: > > Commit 3d135db51024 ("cxl/core: Move memdev management to core") left > > this straggling include for cxl_memdev setup. Clean it up. > > > > Cc: Ben Widawsky > > Reported-by: Jonathan Cameron > > Signed-off-by: Dan Williams > Reviewed-by: Ben Widawsky Reviewed-by: Jonathan Cameron Thanks for breaking this out. J > > > --- > > drivers/cxl/pci.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/cxl/pci.c b/drivers/cxl/pci.c > > index e2f27671c6b2..9d8050fdd69c 100644 > > --- a/drivers/cxl/pci.c > > +++ b/drivers/cxl/pci.c > > @@ -8,7 +8,6 @@ > > #include > > #include > > #include > > -#include > > #include > > #include > > #include > >