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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user