You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
049f419399
The pci_sys_data struct was previously used by pci_common_init_dev() and by the ARM pcibios_align_resource(), but recent commits removed those uses:cbce790059("PCI: designware: Make driver arch-agnostic")b3a72384fe("ARM/PCI: Replace pci_sys_data->align_resource with global function pointer")cbce790059removed the use of pci_common_init_dev() by DesignWare drivers, including pcie-rcar.c, andb3a72384feremoved the use of struct pci_sys_data by the ARM pcibios_align_resource(). Remove struct pci_sys_data from pcie-rcar.c. [bhelgaas: changelog] Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>