On Thu, Apr 09, 2020 at 05:49:21PM -0600, Rob Herring wrote: > struct pci_ecam_ops is typically DT match table data which is defined to > be const. It's also best practice for ops structs to be const. Ideally, > we'd make struct pci_ops const as well, but that becomes pretty > invasive, so for now we just cast it where needed. > > Cc: Catalin Marinas <catalin.marinas@xxxxxxx> > Cc: Will Deacon <will@xxxxxxxxxx> > Cc: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> > Cc: Andrew Murray <amurray@xxxxxxxxxxxxxxxxxxxx> > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > Cc: "Rafael J. Wysocki" <rjw@xxxxxxxxxxxxx> > Cc: Len Brown <lenb@xxxxxxxxxx> > Cc: Jonathan Chocron <jonnyc@xxxxxxxxxx> > Cc: Zhou Wang <wangzhou1@xxxxxxxxxxxxx> > Cc: Robert Richter <rrichter@xxxxxxxxxxx> > Cc: Toan Le <toan@xxxxxxxxxxxxxxxxxxxxxx> > Cc: Marc Gonzalez <marc.w.gonzalez@xxxxxxx> > Cc: Mans Rullgard <mans@xxxxxxxxx> > Cc: linux-acpi@xxxxxxxxxxxxxxx > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > arch/arm64/kernel/pci.c | 4 ++-- For arm64: Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>