From: Taku Izumi Date: Tue, 30 Oct 2012 06:26:18 +0000 (+0900) Subject: PCI: Don't pass pci_dev to pci_ext_cfg_avail() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~34^2~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=642c92da36ae0bed3c31fdd408411ab95f4e326b;p=pandora-kernel.git PCI: Don't pass pci_dev to pci_ext_cfg_avail() pci_ext_cfg_avail() doesn't use the "struct pci_dev *" passed to it, and there's no requirement that a host bridge even be represented by a pci_dev. This drops the pci_ext_cfg_avail() parameter. [bhelgaas: changelog] Signed-off-by: Taku Izumi Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed