From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42L7DX2t1DzF3MZ for ; Thu, 27 Sep 2018 05:24:44 +1000 (AEST) Date: Wed, 26 Sep 2018 14:24:40 -0500 From: Bjorn Helgaas To: YueHaibing Cc: Russell Currey , Sam Bobroff , Oliver O'Halloran , Bjorn Helgaas , linuxppc-dev@lists.ozlabs.org, linux-pci@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH -next] PCI/AER: Remove duplicated include from err.c Message-ID: <20180926192440.GC28024@bhelgaas-glaptop.roam.corp.google.com> References: <1537959610-71713-1-git-send-email-yuehaibing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1537959610-71713-1-git-send-email-yuehaibing@huawei.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Sep 26, 2018 at 11:00:10AM +0000, YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing Applied to pci/hotplug for v4.20, thanks! > --- > drivers/pci/pcie/err.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/pci/pcie/err.c b/drivers/pci/pcie/err.c > index 4da2a62b..773197a 100644 > --- a/drivers/pci/pcie/err.c > +++ b/drivers/pci/pcie/err.c > @@ -12,7 +12,6 @@ > > #include > #include > -#include > #include > #include > #include > > >