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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46814EB64DD for ; Tue, 11 Jul 2023 08:15:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229648AbjGKIPh (ORCPT ); Tue, 11 Jul 2023 04:15:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229589AbjGKIPg (ORCPT ); Tue, 11 Jul 2023 04:15:36 -0400 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5053E3; Tue, 11 Jul 2023 01:15:33 -0700 (PDT) Received: from lhrpeml500005.china.huawei.com (unknown [172.18.147.206]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4R0YWX1TFrz67q1F; Tue, 11 Jul 2023 16:12:24 +0800 (CST) Received: from localhost (10.202.227.76) by lhrpeml500005.china.huawei.com (7.191.163.240) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Tue, 11 Jul 2023 09:15:30 +0100 Date: Tue, 11 Jul 2023 09:15:29 +0100 From: Jonathan Cameron To: Bjorn Helgaas CC: Alison Schofield , Vishal Verma , Ira Weiny , Ben Widawsky , Dan Williams , , , , Bjorn Helgaas Subject: Re: [PATCH] cxl/pci: Remove unnecessary aer.h include Message-ID: <20230711091529.00004d71@Huawei.com> In-Reply-To: <20230710231416.232751-1-helgaas@kernel.org> References: <20230710231416.232751-1-helgaas@kernel.org> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.227.76] X-ClientProxiedBy: lhrpeml500001.china.huawei.com (7.191.163.213) To lhrpeml500005.china.huawei.com (7.191.163.240) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-cxl@vger.kernel.org On Mon, 10 Jul 2023 18:14:16 -0500 Bjorn Helgaas wrote: > From: Bjorn Helgaas > > is unused, so remove it. > > Signed-off-by: Bjorn Helgaas > Reviewed-by: Ira Weiny > Cc: Alison Schofield > Cc: Vishal Verma > Cc: Ben Widawsky > Cc: Dan Williams Was just working on splitting this file up as part of forward porting the switch-cci and noticed this as well! Lot of churn in this file in the recent past and I'll make it worse, so good to keep on top of these includes. Reviewed-by: Jonathan Cameron > --- > drivers/cxl/pci.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/cxl/pci.c b/drivers/cxl/pci.c > index 1cb1494c28fe..8314cf2ac16a 100644 > --- a/drivers/cxl/pci.c > +++ b/drivers/cxl/pci.c > @@ -8,7 +8,6 @@ > #include > #include > #include > -#include > #include > #include "cxlmem.h" > #include "cxlpci.h"