]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] shpchp: replace pci_find_slot() with pci_get_slot()
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Fri, 25 Nov 2005 03:21:25 +0000 (12:21 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 Jan 2006 20:13:16 +0000 (12:13 -0800)
commite00e57efa3448b18c0deedce32732e28683cb73d
tree2ab1dce58a35e5fe0c2a56f47323ac25a689c2bb
parent2555f7bdd3b0db47f6e1d7bb887981654e2261b3
[PATCH] shpchp: replace pci_find_slot() with pci_get_slot()

This patch replaces pci_find_slot() with pci_get_slot() in the SHPCHP
driver. This enables SHPCHP driver to work on multiple PCI segment
systems.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/shpchp_pci.c