|
@@ -99,11 +99,6 @@ resource_size_t pcibios_align_resource(void *data, const struct resource *res,
|
|
return res->start;
|
|
return res->start;
|
|
}
|
|
}
|
|
|
|
|
|
-int pcibios_enable_device(struct pci_dev *dev, int mask)
|
|
|
|
-{
|
|
|
|
- return pci_enable_resources(dev, mask);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
/* in/out routines taken from pcic.c
|
|
/* in/out routines taken from pcic.c
|
|
*
|
|
*
|
|
* This probably belongs here rather than ioport.c because
|
|
* This probably belongs here rather than ioport.c because
|