summaryrefslogtreecommitdiff
path: root/nvkm/include/core/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/include/core/object.h')
-rw-r--r--nvkm/include/core/object.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/nvkm/include/core/object.h b/nvkm/include/core/object.h
index d7039482d..2e2afa502 100644
--- a/nvkm/include/core/object.h
+++ b/nvkm/include/core/object.h
@@ -203,21 +203,4 @@ nv_memcmp(void *obj, u32 addr, const char *str, u32 len)
return 0;
}
-#include <core/handle.h>
-
-static inline int
-nouveau_object_new(struct nouveau_object *client, u32 parent, u32 handle,
- u16 oclass, void *data, u32 size,
- struct nouveau_object **pobject)
-{
- return nouveau_handle_new(client, parent, handle, oclass,
- data, size, pobject);
-}
-
-static inline int
-nouveau_object_del(struct nouveau_object *client, u32 parent, u32 handle)
-{
- return nouveau_handle_del(client, parent, handle);
-}
-
#endif