From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 41EDD3FF0 for ; Thu, 9 Sep 2021 16:35:00 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10101"; a="220871320" X-IronPort-AV: E=Sophos;i="5.85,280,1624345200"; d="scan'208";a="220871320" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2021 09:34:59 -0700 X-IronPort-AV: E=Sophos;i="5.85,280,1624345200"; d="scan'208";a="606904699" Received: from ado-mobl1.amr.corp.intel.com (HELO intel.com) ([10.252.129.108]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2021 09:34:58 -0700 Date: Thu, 9 Sep 2021 09:34:57 -0700 From: Ben Widawsky To: Dan Williams Cc: linux-cxl@vger.kernel.org, Jonathan Cameron , vishal.l.verma@intel.com, nvdimm@lists.linux.dev, alison.schofield@intel.com, ira.weiny@intel.com Subject: Re: [PATCH v4 10/21] cxl/pci: Drop idr.h Message-ID: <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> 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-Disposition: inline In-Reply-To: <163116434668.2460985.12264757586266849616.stgit@dwillia2-desk3.amr.corp.intel.com> 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 > --- > 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 >