On Wed, May 01, 2024 at 05:47:26PM +0530, Sunil V L wrote: > The functions defined in arm64 for ACPI support are required > for RISC-V also. To avoid duplication, move these functions > to common location. > > Signed-off-by: Sunil V L <sunilvl@xxxxxxxxxxxxxxxx> > Acked-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > --- > arch/arm64/kernel/pci.c | 191 ---------------------------------------- > drivers/pci/pci-acpi.c | 182 ++++++++++++++++++++++++++++++++++++++ > 2 files changed, 182 insertions(+), 191 deletions(-) Looks like a straight-forward move of the code, so: Acked-by: Will Deacon <will@xxxxxxxxxx> Will