Revert "[PATCH] PCI: restore BAR values..."

Revert commit fec59a711e, 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.
This commit is contained in:
Linus Torvalds 2005-08-08 18:46:09 -07:00
parent 138b9dd1fd
commit dc836b5b6f
4 changed files with 5 additions and 65 deletions

View file

@ -413,12 +413,6 @@ static int pci_assign_bus_resource(const struct pci_bus *bus,
return -EBUSY;
}
void pci_update_resource(struct pci_dev *dev, struct resource *res, int resno)
{
/* Not implemented for sparc64... */
BUG();
}
int pci_assign_resource(struct pci_dev *pdev, int resource)
{
struct pcidev_cookie *pcp = pdev->sysdata;