summaryrefslogtreecommitdiff
path: root/arch/x86/pci/pci.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bjorn.helgaas@hp.com>2008-03-04 11:57:01 -0700
committerStephen Rothwell <sfr@canb.auug.org.au>2008-03-17 11:23:40 +1100
commit17dec14f75cdb4830761d9ff27b2eb0f4cc8cb2e (patch)
tree15f506d59ef8f0fa2d22e818f65dc21f82d08dd2 /arch/x86/pci/pci.h
parent8ae87481d89938f178ef599b201c7f03966fa543 (diff)
PCI: x86: use generic pci_enable_resources()
Use the generic pci_enable_resources() instead of the arch-specific code. Unlike this arch-specific code, the generic version: - checks for resource collisions with "!r->parent" Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/x86/pci/pci.h')
-rw-r--r--arch/x86/pci/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/pci/pci.h b/arch/x86/pci/pci.h
index 02b016a98423..c4bddaeff619 100644
--- a/arch/x86/pci/pci.h
+++ b/arch/x86/pci/pci.h
@@ -42,7 +42,6 @@ enum pci_bf_sort_state {
extern unsigned int pcibios_max_latency;
void pcibios_resource_survey(void);
-int pcibios_enable_resources(struct pci_dev *, int);
/* pci-pc.c */