summaryrefslogtreecommitdiff
path: root/nvkm/include/core/object.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-12-05 12:37:19 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-01-10 23:57:07 +1000
commitd23e5d3f7943eb816026f04a8b069710313522f4 (patch)
treef70431fc4bc192ac4f8a1e0d2a2aeda46e1e5700 /nvkm/include/core/object.h
parent0f7caae334a9340c7d00d725c5c32120e47d790b (diff)
downloadnouveau-d23e5d3f7943eb816026f04a8b069710313522f4.tar.gz
core: object.engine is always a nouveau_engine now
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
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