diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-11-02 23:02:24 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-11-02 23:02:24 -0800 |
commit | 6851ecc6e2fa4a01449a0fec9f4abd9aec43afde (patch) | |
tree | 1c8e193de70aad40c3ae3b428c25fc86f8b94f33 /arch/i386/pci/pci.h | |
parent | 2de6c39f389f25442389c3ab0f2d9b50e3f4a77d (diff) |
PCI: Revert "PCI: i386/x86_84: disable PCI resource decode on device disable"
This reverts commit 53e4d30dd666d7f83598957ee4a415eefb47c9a6.
It was found that it caused unneeded problems (see
http://bugzilla.kernel.org/show_bug.cgi?id=7082 for details of one such
issue.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/i386/pci/pci.h')
-rw-r--r-- | arch/i386/pci/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/pci/pci.h b/arch/i386/pci/pci.h index ad065cebd7b9..a0a25180b61a 100644 --- a/arch/i386/pci/pci.h +++ b/arch/i386/pci/pci.h @@ -43,7 +43,6 @@ extern unsigned int pcibios_max_latency; void pcibios_resource_survey(void); int pcibios_enable_resources(struct pci_dev *, int); -void pcibios_disable_resources(struct pci_dev *); /* pci-pc.c */ |