From: Kumar Gala Date: Tue, 17 Jul 2007 04:27:10 +0000 (-0500) Subject: PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h X-Git-Tag: v2.6.23-rc4~28^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce5ccdef1090367f3024b4d5e7908bf6bd2929ae;p=pandora-kernel.git PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h We need pci_bus_find_capability() in some arch/powerpc code so move the prototype into a header accessible to it. Also kill the duplicate prototype for pci_bus_alloc_resource(). Signed-off-by: Kumar Gala Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed