From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suravee.Suthikulpanit@amd.com (Suravee Suthikulpanit) Date: Wed, 28 Oct 2015 13:12:20 -0500 Subject: [PATCH V4 7/8] PCI: OF: Move of_pci_dma_configure() to pci_dma_configure() In-Reply-To: <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> <562B36EC.3040406@huawei.com> Message-ID: <56311004.6090809@amd.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Hanjun, On 10/24/15 02:44, Hanjun Guo wrote: > 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? This one is needed since we are making use of the new of_dma_configure instead of the of_pci_dma_configure. > >> #include >> #include >> #include >> #include >> #include >> +#include > > I think acpi.h should be introduced by the next patch. You are right. I'll update this one. > >> +#include > > And property.h is also not needed for this patch set. You are right. I'll remove this Thanks, Suravee