From: Marty Connor Date: Wed, 4 Jul 2007 22:28:37 +0000 (-0400) Subject: Remove deprecation of pci_bar_size() X-Git-Tag: v0.9.3~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b219814627f43a1503fe65f4f57dae876be51eb8;p=thirdparty%2Fipxe.git Remove deprecation of pci_bar_size() --- diff --git a/src/include/gpxe/pci.h b/src/include/gpxe/pci.h index 70f0423fd..b5c417c9e 100644 --- a/src/include/gpxe/pci.h +++ b/src/include/gpxe/pci.h @@ -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