summaryrefslogtreecommitdiff
path: root/lib/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/priv.h')
-rw-r--r--lib/priv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/priv.h b/lib/priv.h
index cae0acd75..2e4f1039e 100644
--- a/lib/priv.h
+++ b/lib/priv.h
@@ -7,10 +7,11 @@
#include <unistd.h>
struct os_device {
- struct nvkm_device base;
+ struct nvkm_device *device;
struct list_head head;
char *cfg;
char *dbg;
+ struct pci_dev pdev;
};
#endif