Make adjust_pci_device global, since many drivers call it.

This commit is contained in:
Michael Brown
2005-04-12 18:10:57 +00:00
parent 762fa9a478
commit 3293c68488
2 changed files with 2 additions and 1 deletions

View File

@@ -325,6 +325,7 @@ extern unsigned long pci_bus_base ( struct pci_device *dev );
extern struct pci_device * pci_device ( struct dev *dev );
extern int find_pci_device ( struct pci_device *pci,
struct pci_driver *driver );
extern void adjust_pci_device ( struct pci_device *pci );
extern unsigned long pci_bar_start ( struct pci_device *pci,
unsigned int bar );
extern unsigned long pci_bar_size ( struct pci_device *pci, unsigned int bar );