From: Dan Williams Date: Thu, 9 Sep 2021 05:12:26 +0000 (-0700) Subject: cxl/pci: Drop idr.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4cb35f1ca05a42acbc4a3c8cf7de1029a06558d0;p=linux.git cxl/pci: Drop idr.h 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 Reviewed-by: Jonathan Cameron Reviewed-by: Ben Widawsky Link: https://lore.kernel.org/r/163116434668.2460985.12264757586266849616.stgit@dwillia2-desk3.amr.corp.intel.com Signed-off-by: Dan Williams --- diff --git a/drivers/cxl/pci.c b/drivers/cxl/pci.c index e2f27671c6b25..9d8050fdd69c2 100644 --- a/drivers/cxl/pci.c +++ b/drivers/cxl/pci.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include