summaryrefslogtreecommitdiff
path: root/nvkm/subdev/vm/nv04.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/subdev/vm/nv04.h')
-rw-r--r--nvkm/subdev/vm/nv04.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/nvkm/subdev/vm/nv04.h b/nvkm/subdev/vm/nv04.h
deleted file mode 100644
index ec42d4bc8..000000000
--- a/nvkm/subdev/vm/nv04.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef __NV04_VMMGR_PRIV__
-#define __NV04_VMMGR_PRIV__
-
-#include <subdev/vm.h>
-
-struct nv04_vmmgr_priv {
- struct nouveau_vmmgr base;
- struct nouveau_vm *vm;
- dma_addr_t null;
- void *nullp;
-};
-
-static inline struct nv04_vmmgr_priv *
-nv04_vmmgr(void *obj)
-{
- return (void *)nouveau_vmmgr(obj);
-}
-
-#endif