[PATCH] acpi hotplug: convert acpiphp to use generic resource code
authorRajesh Shah <rajesh.shah@intel.com>
Thu, 28 Apr 2005 07:25:53 +0000 (00:25 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Jun 2005 04:52:42 +0000 (21:52 -0700)
commit42f49a6ae5dca90cd0594475502bf1c43ff1dc07
treef894d1335be0aaa10955f61aa92200540ef13624
parent4ce448e5fae62689b06027b46f470b944e5c2193
[PATCH] acpi hotplug: convert acpiphp to use generic resource code

This patch converts acpiphp to use the generic PCI resource assignment code.
It's quite large, but most of it is deleting the acpiphp_pci and acpiphp_res
files.  It's tested on an hp Integrity rx8620 (which won't work without this
patch).  Testers with other hardware welcomed.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/Makefile
drivers/pci/hotplug/acpiphp.h
drivers/pci/hotplug/acpiphp_core.c
drivers/pci/hotplug/acpiphp_glue.c
drivers/pci/hotplug/acpiphp_pci.c [deleted file]
drivers/pci/hotplug/acpiphp_res.c [deleted file]