]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] PCI Hotplug: rpaphp: Remove rpaphp_find_pci
authorJohn Rose <johnrose@austin.ibm.com>
Mon, 25 Jul 2005 15:16:53 +0000 (10:16 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 21:57:23 +0000 (14:57 -0700)
commit0945cd5f908a09ad99bf42d7ded16f26f24f317d
tree83ca671af8a9e2560d8bed3c63fbffa59d96af58
parent9c209c919df95f83aa042b3352c43841ad15a02b
[PATCH] PCI Hotplug: rpaphp: Remove rpaphp_find_pci

The rpaphp module currently uses a fragile method to find a pci device
by its device node.  This function is unnecessary, so this patch scraps
it.

Signed-off-by: John Rose <johnrose@austin.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/rpadlpar_core.c
drivers/pci/hotplug/rpaphp.h
drivers/pci/hotplug/rpaphp_pci.c