From: Linas Vepstas Date: Fri, 13 Apr 2007 22:34:23 +0000 (-0700) Subject: PCI: rpaphp: Use pcibios_remove_pci_devices() symmetrically X-Git-Tag: v2.6.22-rc1~1039^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e70ea2634afe7d04ffaf7417df7bfdbfdc460e10;p=pandora-kernel.git PCI: rpaphp: Use pcibios_remove_pci_devices() symmetrically At first blush, the disable_slot() routine does not look at all like its symmetric with the enable_slot() routine; as it seems to call a very different set of routines. However, this is easily fixed: pcibios_remove_pci_devices() does the right thing. Signed-off-by: Linas Vepstas Cc: John Rose Signed-off-by: Kristen Carlson Accardi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed