2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-24 12:11:33 +00:00

Remove deprecation of pci_bar_size()

This commit is contained in:
Marty Connor 2007-07-04 18:28:37 -04:00
parent 1af1668c95
commit b219814627

View File

@ -331,8 +331,7 @@ extern void adjust_pci_device ( struct pci_device *pci );
extern unsigned long pci_bar_start ( struct pci_device *pci,
unsigned int reg );
extern int pci_find_capability ( struct pci_device *pci, int capability );
extern __attribute__ (( deprecated )) unsigned long
pci_bar_size ( struct pci_device *pci, unsigned int reg );
extern unsigned long pci_bar_size ( struct pci_device *pci, unsigned int reg );
/**
* Set PCI driver-private data