PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h
authorKumar Gala <galak@kernel.crashing.org>
Tue, 17 Jul 2007 04:27:10 +0000 (23:27 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Aug 2007 21:48:40 +0000 (14:48 -0700)
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 <galak@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found