Re: [PATCH v2 1/4] PCI: rcar: remove unused pci_sys_data structure in pcie-rcar

From: Simon Horman
Date: Thu Jan 07 2016 - 20:50:55 EST


Hi Phil,

On Tue, Jan 05, 2016 at 01:00:28PM +0000, Phil Edworthy wrote:
> Commit b3a72384fe29 ("ARM/PCI: Replace pci_sys_data->align_resource
> with global function pointer") removed the struct pci_sys_data
> dependency from the ARM pcibios functions, so remove it from this
> driver.

I am a little confused by this as I still see two instances of
the following in bios32.c as of the commit above.

struct pci_sys_data *sys = dev->sysdata;