From: Alan Cox Date: Mon, 16 Oct 2006 23:20:21 +0000 (-0700) Subject: pci: Additional search functions X-Git-Tag: v2.6.19-rc3~125^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f3eb64634cf96903a3cdb56b1f9a80bebad17d;p=pandora-kernel.git pci: Additional search functions In order to finish converting to pci_get_* interfaces we need to add a couple of bits of missing functionaility pci_get_bus_and_slot() provides the equivalent to pci_find_slot() (pci_get_slot is already taken as a name for something similar but not the same) pci_get_device_reverse() is the equivalent of pci_find_device_reverse but refcounting Signed-off-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed