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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvkm/include/core/object.h b/nvkm/include/core/object.h
index 2e2afa502..64c0038f1 100644
--- a/nvkm/include/core/object.h
+++ b/nvkm/include/core/object.h
@@ -17,7 +17,7 @@
struct nouveau_object {
struct nouveau_oclass *oclass;
struct nouveau_object *parent;
- struct nouveau_object *engine;
+ struct nouveau_engine *engine;
atomic_t refcount;
atomic_t usecount;
#if CONFIG_NOUVEAU_DEBUG >= NV_DBG_PARANOIA