From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hanjun Guo Subject: Re: [PATCH V4 7/8] PCI: OF: Move of_pci_dma_configure() to pci_dma_configure() Date: Sat, 24 Oct 2015 15:44:44 +0800 Message-ID: <562B36EC.3040406@huawei.com> References: <1445442731-28819-1-git-send-email-Suravee.Suthikulpanit@amd.com> <1445442731-28819-8-git-send-email-Suravee.Suthikulpanit@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1445442731-28819-8-git-send-email-Suravee.Suthikulpanit@amd.com> Sender: linux-kernel-owner@vger.kernel.org To: Suravee Suthikulpanit , bhelgaas@google.com, rjw@rjwysocki.net, lenb@kernel.org, catalin.marinas@arm.com, will.deacon@arm.com Cc: thomas.lendacky@amd.com, herbert@gondor.apana.org.au, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, Murali Karicheri , hanjun.guo@linaro.org, davem@davemloft.net, linux-arm-kernel@lists.infradead.org List-Id: linux-acpi@vger.kernel.org Hi Suravee, Some minor comments below: On 2015/10/21 23:52, Suravee Suthikulpanit wrote: [...] > diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c > index eea8b42..09264f8 100644 > --- a/drivers/pci/probe.c > +++ b/drivers/pci/probe.c > @@ -6,12 +6,14 @@ > #include > #include > #include > -#include > +#include Seems it's needed for GICv2m patch but not this one? > #include > #include > #include > #include > #include > +#include I think acpi.h should be introduced by the next patch. > +#include And property.h is also not needed for this patch set. Thanks Hanjun