aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pci.h')
-rw-r--r--lib/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pci.h b/lib/pci.h
index 2322bf7..0b27dc3 100644
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -87,7 +87,6 @@ struct pci_access {
struct udev_hwdb *id_udev_hwdb;
int fd; /* proc/sys: fd for config space */
int fd_rw; /* proc/sys: fd opened read-write */
- int fd_pos; /* proc/sys: current position */
int fd_vpd; /* sys: fd for VPD */
struct pci_dev *cached_dev; /* proc/sys: device the fds are for */
void *aux; /* Auxiliary data for use by the back-end */