diff options
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2008-03-04 13:57:01 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-04-21 00:47:04 -0400 |
commit | b81d988c04cacb1f7ffb76cbff2d150eb9f02948 (patch) | |
tree | ade4c270f2479c53d7bd8d35bdda050caaa82cc8 /arch/x86/pci/pci.h | |
parent | 842de40d93e00a5c40a1a7f520a6fbe422994e99 (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.h | 1 |
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 { | |||
42 | extern unsigned int pcibios_max_latency; | 42 | extern unsigned int pcibios_max_latency; |
43 | 43 | ||
44 | void pcibios_resource_survey(void); | 44 | void pcibios_resource_survey(void); |
45 | int pcibios_enable_resources(struct pci_dev *, int); | ||
46 | 45 | ||
47 | /* pci-pc.c */ | 46 | /* pci-pc.c */ |
48 | 47 | ||