diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-08 18:46:09 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-08 18:46:09 -0700 |
commit | dc836b5b6fcde95f750a4790d8200fabaf563dc9 (patch) | |
tree | 893613626de4794a7b13fe6793bdebc79420c433 /drivers/pci/setup-res.c | |
parent | 138b9dd1fd7b44176af4f3b672060c790b0eaf55 (diff) |
Revert "[PATCH] PCI: restore BAR values..."
Revert commit fec59a711eef002d4ef9eb8de09dd0a26986eb77, which is
breaking sparc64 that doesn't have a working pci_update_resource.
We'll re-do this after 2.6.13 when we'll do it all properly.
Diffstat (limited to 'drivers/pci/setup-res.c')
-rw-r--r-- | drivers/pci/setup-res.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/setup-res.c b/drivers/pci/setup-res.c index 589486704ce..84eedc96568 100644 --- a/drivers/pci/setup-res.c +++ b/drivers/pci/setup-res.c @@ -26,7 +26,7 @@ #include "pci.h" -void +static void pci_update_resource(struct pci_dev *dev, struct resource *res, int resno) { struct pci_bus_region region; |