PCI: remove pci_get_device_reverse
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 13 Feb 2008 17:32:03 +0000 (09:32 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Apr 2008 04:46:53 +0000 (21:46 -0700)
This removes the pci_get_device_reverse function as there should not be
any need to walk pci devices backwards anymore.  All users of this call
are now gone from the tree, so it is safe to remove it.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found