From: Lorenzo Pieralisi Date: Tue, 4 Aug 2015 16:58:49 +0000 (-0500) Subject: ARM/PCI: Remove msi_controller from struct pci_sys_data X-Git-Tag: omap-for-v4.3/fixes-merge-window~31^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5e5e8a13e19ee17e6ffbe2c3d344182b7be20f6;p=pandora-kernel.git ARM/PCI: Remove msi_controller from struct pci_sys_data ARM now uses pci_bus->msi to store the msi_controller pointer, so we don't need to save it in struct pci_sys_data, and we don't need to implement pcibios_msi_controller() to get it out of pci_sys_data. Remove msi_controller from struct pci_sys_data and pcibios_msi_controller(). [bhelgaas: changelog, split into separate patch] Signed-off-by: Lorenzo Pieralisi Signed-off-by: Bjorn Helgaas Reviewed-by: Jingoo Han --- Reading git-diff-tree failed