summaryrefslogtreecommitdiff
path: root/nvkm/engine/graph/nv50.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/engine/graph/nv50.h')
-rw-r--r--nvkm/engine/graph/nv50.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nvkm/engine/graph/nv50.h b/nvkm/engine/graph/nv50.h
deleted file mode 100644
index 0505fb419..000000000
--- a/nvkm/engine/graph/nv50.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef __NV50_GRAPH_H__
-#define __NV50_GRAPH_H__
-
-int nv50_grctx_init(struct nouveau_device *, u32 *size);
-void nv50_grctx_fill(struct nouveau_device *, struct nouveau_gpuobj *);
-
-#endif