summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/pci.h
diff options
context:
space:
mode:
authorMarty Connor2007-07-05 00:28:37 +0200
committerMarty Connor2007-07-05 00:28:37 +0200
commitb219814627f43a1503fe65f4f57dae876be51eb8 (patch)
tree609a8e47d113205b7fc9aea3260bf7b936669e68 /src/include/gpxe/pci.h
parentWarnings purge of drivers (continued) (diff)
downloadipxe-b219814627f43a1503fe65f4f57dae876be51eb8.tar.gz
ipxe-b219814627f43a1503fe65f4f57dae876be51eb8.tar.xz
ipxe-b219814627f43a1503fe65f4f57dae876be51eb8.zip
Remove deprecation of pci_bar_size()
Diffstat (limited to 'src/include/gpxe/pci.h')
-rw-r--r--src/include/gpxe/pci.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gpxe/pci.h b/src/include/gpxe/pci.h
index 70f0423f..b5c417c9 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